46471509f0ea2c8102e2cb495301e7a8e29516ef
[dcpomatic.git] / ffmpeg / make.sh
1 gcc -D__STDC_CONSTANT_MACROS -c -Wall -std=c99 -o test.o test.c && gcc -o test test.o `pkg-config --cflags --libs libavformat libswscale`