https://github.com/ebu/mxftools
EBU Media Player Project
https://github.com/ebu/mxftools
Last synced: 12 months ago
JSON representation
EBU Media Player Project
- Host: GitHub
- URL: https://github.com/ebu/mxftools
- Owner: ebu
- Created: 2013-04-15T10:58:46.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-23T09:48:25.000Z (almost 13 years ago)
- Last Synced: 2025-05-07T17:47:51.627Z (about 1 year ago)
- Language: C++
- Size: 502 KB
- Stars: 14
- Watchers: 13
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
export PKG_CONFIG_PATH=/usr/lib64/pkgconfig/:/usr/share/pkgconfig/:/usr/local/lib/pkgconfig/
export LD_LIBRARY_PATH=/usr/local/lib/
c++ -std=c++11 *.cpp -o demo-linux64 `pkg-config --libs --cflags gtkmm-3.0 gdkmm-3.0 gstreamermm-0.10 xerces-c libMXF-1.0 libMXF++-1.0 bmx-0.1 ebu-mxfsdk-1.0` -lboost_regex -W -Wall