comparison Makefile @ 636:57b9a37546a0 libavcodec

oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>)
author michaelni
date Sun, 01 Sep 2002 18:07:56 +0000
parents e7b72c1dfa1b
children 0012f75c92bb
comparison
equal deleted inserted replaced
635:3e0f62e5eed6 636:57b9a37546a0
30 endif 30 endif
31 31
32 ifeq ($(CONFIG_MP3LAME),yes) 32 ifeq ($(CONFIG_MP3LAME),yes)
33 OBJS += mp3lameaudio.o 33 OBJS += mp3lameaudio.o
34 EXTRALIBS += -lmp3lame 34 EXTRALIBS += -lmp3lame
35 endif
36
37 ifeq ($(CONFIG_VORBIS),yes)
38 OBJS += oggvorbis.o
39 EXTRALIBS += -lvorbis -lvorbisenc
35 endif 40 endif
36 41
37 ifeq ($(TARGET_GPROF),yes) 42 ifeq ($(TARGET_GPROF),yes)
38 CFLAGS+=-p 43 CFLAGS+=-p
39 LDFLAGS+=-p 44 LDFLAGS+=-p