summaryrefslogtreecommitdiff
path: root/ffmpeg/make.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ffmpeg/make.sh')
-rw-r--r--ffmpeg/make.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/ffmpeg/make.sh b/ffmpeg/make.sh
deleted file mode 100644
index 46471509f..000000000
--- a/ffmpeg/make.sh
+++ /dev/null
@@ -1 +0,0 @@
-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`