Skip to content

Commit

Permalink
Fix compilation with --disable-everything --enable-muxer=vc1
Browse files Browse the repository at this point in the history
Suggested-by: Reimar
  • Loading branch information
ffmpegee authored and richardpl committed May 24, 2013
1 parent 036e9a0 commit 4a2c2a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libavformat/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ OBJS-$(CONFIG_TTA_DEMUXER) += tta.o
OBJS-$(CONFIG_TTY_DEMUXER) += tty.o sauce.o
OBJS-$(CONFIG_TXD_DEMUXER) += txd.o
OBJS-$(CONFIG_VC1_DEMUXER) += rawdec.o
OBJS-$(CONFIG_VC1_MUXER) += rawenc.o
OBJS-$(CONFIG_VC1T_DEMUXER) += vc1test.o
OBJS-$(CONFIG_VC1T_MUXER) += vc1testenc.o
OBJS-$(CONFIG_VIVO_DEMUXER) += vivo.o
Expand Down

0 comments on commit 4a2c2a0

Please sign in to comment.