summaryrefslogtreecommitdiffstats
path: root/src/test-native/ffmpeg/avcodec_sample.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-04-16 20:50:06 +0200
committerSven Gothel <[email protected]>2012-04-16 20:50:06 +0200
commit10935e1ec0d8ed677bc3fddfaa8cd73898a3bcbf (patch)
tree6d453f72b3024670a6ed5c03454ef54ad4a04ba0 /src/test-native/ffmpeg/avcodec_sample.sh
parent62e5686fb583ad991d5811baf242d40d21952e27 (diff)
Add native tests for libav/ffmpeg and gst
Diffstat (limited to 'src/test-native/ffmpeg/avcodec_sample.sh')
-rw-r--r--src/test-native/ffmpeg/avcodec_sample.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/test-native/ffmpeg/avcodec_sample.sh b/src/test-native/ffmpeg/avcodec_sample.sh
new file mode 100644
index 000000000..c5ccd6caf
--- /dev/null
+++ b/src/test-native/ffmpeg/avcodec_sample.sh
@@ -0,0 +1,6 @@
+# -I/usr/include/libavcodec -I/usr/include/libavformat \
+
+gcc \
+ -o avcodec_sample avcodec_sample.c \
+ -lavformat -lavcodec -lavutil -lswscale
+