Skip to content

Instantly share code, notes, and snippets.

@bastibeckr
Created July 23, 2014 07:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bastibeckr/230dc012ff0e4507d308 to your computer and use it in GitHub Desktop.
Save bastibeckr/230dc012ff0e4507d308 to your computer and use it in GitHub Desktop.
build bmdtools on mac
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