Created
July 23, 2014 07:42
-
-
Save bastibeckr/230dc012ff0e4507d308 to your computer and use it in GitHub Desktop.
build bmdtools on mac
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
g++ -o bmdplay bmdplay.cpp ../../include/DeckLinkAPIDispatch.cpp `pkg-config --cflags libavcodec libavformat libswscale libavutil` -D__STDC_CONSTANT_MACROS -Wno-multichar -I ../../include -fno-rtti -g -framework CoreFoundation -DHAVE_CFSTRING `pkg-config --libs libavcodec libavformat libswscale libavutil` -lm -ldl -lpthread -framework CoreFoundation |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment