diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-07-05 17:22:56 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-07-08 09:40:30 +0200 |
commit | a953577b46fdaf4655d110c60925c2fc331f9c17 (patch) | |
tree | e2b545a036af558f795de2cbad1b34697acf0ab8 /libavformat/Makefile | |
parent | 5d1b39f7e7381a2e837b9b6d43dede7de528da3c (diff) | |
download | ffmpeg-a953577b46fdaf4655d110c60925c2fc331f9c17.tar.gz |
examples: move metadata-example.c to doc/examples
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 27a6a9b08e..6d7a342c9e 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -341,7 +341,6 @@ OBJS-$(CONFIG_UDP_PROTOCOL) += udp.o OBJS-$(CONFIG_ALSA_INDEV) += timefilter.o OBJS-$(CONFIG_JACK_INDEV) += timefilter.o -EXAMPLES = metadata TESTPROGS = timefilter include $(SRC_PATH)/subdir.mak |