Mercurial > mplayer.hg
diff Makefile @ 33871:30f5e5cd3676
Move code for setting up libav* logging callbacks from vd_ffmpeg to a
separate file and also use it when only initializing libavformat.
author | reimar |
---|---|
date | Tue, 09 Aug 2011 19:57:00 +0000 |
parents | dc9418215e7d |
children | 514016233368 |
line wrap: on
line diff
--- a/Makefile Tue Aug 09 19:23:41 2011 +0000 +++ b/Makefile Tue Aug 09 19:57:00 2011 +0000 @@ -60,6 +60,7 @@ SRCS_COMMON-$(FAAD) += libmpcodecs/ad_faad.c SRCS_COMMON-$(FASTMEMCPY) += libvo/aclib.c SRCS_COMMON-$(FFMPEG) += av_opts.c \ + av_helpers.c \ libaf/af_lavcresample.c \ libmpcodecs/ad_ffmpeg.c \ libmpcodecs/vd_ffmpeg.c \