diff Makefile @ 2697:4fe1c19fc7a3 libavcodec

Vorbis decoder by (Balatoni Denes | dbalatoni programozo hu)
author michael
date Tue, 17 May 2005 19:02:43 +0000
parents 2fe9599170f6
children 485571c9182f
line wrap: on
line diff
--- a/Makefile	Tue May 17 18:28:40 2005 +0000
+++ b/Makefile	Tue May 17 19:02:43 2005 +0000
@@ -151,6 +151,9 @@
 ifneq ($(CONFIG_VMDVIDEO_DECODER)$(CONFIG_VMDAUDIO_DECODER),)
     OBJS+= vmdav.o
 endif
+ifeq ($(CONFIG_VORBIS_DECODER),yes)
+    OBJS+= vorbis.o
+endif
 ifneq ($(CONFIG_VP3_DECODER)$(CONFIG_THEORA_DECODER),)
     OBJS+= vp3.o
 endif