diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-06-06 01:50:27 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-06-06 01:51:39 +0200 |
commit | 6700aa8810d877cb017d977f12638481df459eb1 (patch) | |
tree | 3323be1d26f478fbfc3e47e2eed0d06b727c8c06 | |
parent | 27bcf55f459e038e81f09c17e72e6d44898b9015 (diff) | |
download | ffmpeg-6700aa8810d877cb017d977f12638481df459eb1.tar.gz |
lavf: remove reference to output-example in Makefile
output-example.c (and renamed to muxing-example.c) has been moved to
doc/examples.
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 6d3a0276de..e5ec44bfb6 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -343,5 +343,3 @@ OBJS-$(CONFIG_JACK_INDEV) += timefilter.o TESTPROGS = timefilter include $(SUBDIR)../subdir.mak - -$(SUBDIR)output-example$(EXESUF): ELIBS = -lswscale |