Use C++ compiler.
[dcpomatic.git] / ffmpeg / Makefile
1 test:   test.cc
2         g++ -D__STDC_CONSTANT_MACROS -Wall -o test test.cc `pkg-config --cflags --libs libavformat libswscale`