Mercurial > libavcodec.hg
diff Makefile @ 3359:87187ebe2c28 libavcodec
Rename VC9 to VC1 as there is no such thing as VC9
| author | kostya |
|---|---|
| date | Tue, 27 Jun 2006 02:55:54 +0000 |
| parents | 5b901881d6ed |
| children | adccbf4a1040 |
line wrap: on
line diff
--- a/Makefile Mon Jun 26 06:00:07 2006 +0000 +++ b/Makefile Tue Jun 27 02:55:54 2006 +0000 @@ -194,8 +194,8 @@ ifeq ($(CONFIG_ULTI_DECODER),yes) OBJS+= ulti.o endif -ifneq ($(CONFIG_VC9_DECODER)$(CONFIG_WMV3_DECODER),) - OBJS+= vc9.o +ifneq ($(CONFIG_VC1_DECODER)$(CONFIG_WMV3_DECODER),) + OBJS+= vc1.o endif ifneq ($(CONFIG_VCR1_DECODER)$(CONFIG_VCR1_ENCODER),) OBJS+= vcr1.o
