diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-08-18 18:19:55 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-08-20 15:00:23 +0200 |
commit | e30a0b1b3b1f06bc34f43e8f77ddfd97503d8736 (patch) | |
tree | d02f2703a5be27cc7283061ef51e027c045f8640 /libavfilter/Makefile | |
parent | 9d84a17ba5d036078e2714f761b5370d6140f1ca (diff) | |
download | ffmpeg-e30a0b1b3b1f06bc34f43e8f77ddfd97503d8736.tar.gz |
lavfi: add ashowinfo filter
Useful for debugging.
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r-- | libavfilter/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index aa4654e207..a3faf27fb4 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -22,6 +22,7 @@ OBJS-$(CONFIG_AVCODEC) += avcodec.o OBJS-$(CONFIG_AFORMAT_FILTER) += af_aformat.o OBJS-$(CONFIG_ANULL_FILTER) += af_anull.o OBJS-$(CONFIG_ARESAMPLE_FILTER) += af_aresample.o +OBJS-$(CONFIG_ASHOWINFO_FILTER) += af_ashowinfo.o OBJS-$(CONFIG_ANULLSRC_FILTER) += asrc_anullsrc.o |