diff options
Diffstat (limited to 'ffmpeg/Makefile')
| -rw-r--r-- | ffmpeg/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ffmpeg/Makefile b/ffmpeg/Makefile new file mode 100644 index 000000000..99cfdbcd9 --- /dev/null +++ b/ffmpeg/Makefile @@ -0,0 +1,2 @@ +test: test.cc + g++ -D__STDC_CONSTANT_MACROS -Wall -o test test.cc `pkg-config --cflags --libs libavformat libswscale` |
