summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2009-04-01 00:53:34 +0000
committerMåns Rullgård <mans@mansr.com>2009-04-01 00:53:34 +0000
commit33afad545100315e86ca22a27067373379df3aa4 (patch)
treed5ed4283d4fa8d0671784566bdf3e9a5528e388a /libavformat/Makefile
parentbbba084b4fcc36c0625368afe6e7586e4991de46 (diff)
Add $(ELIBS) to example/test app link command
Originally committed as revision 18298 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 00e1ae5715..aad67cc056 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -247,3 +247,5 @@ EXAMPLES = output
TESTPROGS = timefilter
include $(SUBDIR)../subdir.mak
+
+$(SUBDIR)output-example$(EXESUF): ELIBS = -lswscale