diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-10-01 13:34:02 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-10-03 23:23:04 +0200 |
commit | 47b6cfc2a0333fb24f074d27830bf35ae5007050 (patch) | |
tree | 09ecef053681c06f1040c296b9eb4d04b2bd7f41 /libavformat | |
parent | 80fefbed623491b92fe59ead99225f99c0d0ca08 (diff) | |
download | ffmpeg-47b6cfc2a0333fb24f074d27830bf35ae5007050.tar.gz |
avformat/output-example: Declare link dependency on libswscale in the Makefile
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 231e127228..f12b493a88 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -400,3 +400,4 @@ TOOLS = aviocat \ probetest \ $(SUBDIR)output-example$(EXESUF): ELIBS = $(patsubst %,$(LD_LIB),swscale avutil) +$(SUBDIR)output-example$(EXESUF): $(call PATH_LIBNAME,swscale) |