comparison Makefile @ 2729:26bf6f4e9945 libavcodec

libgsm warper by (Alban Bedel: albeu, free fr)
author michael
date Sun, 22 May 2005 23:39:11 +0000
parents 3ba3640bae2a
children 5bc8023efdba
comparison
equal deleted inserted replaced
2728:9994e07cd45f 2729:26bf6f4e9945
289 EXTRALIBS += -ltheora 289 EXTRALIBS += -ltheora
290 endif 290 endif
291 EXTRALIBS += -logg 291 EXTRALIBS += -logg
292 endif 292 endif
293 293
294 ifeq ($(CONFIG_LIBGSM),yes)
295 OBJS += libgsm.o
296 EXTRALIBS += -lgsm
297 endif
298
294 ifeq ($(TARGET_GPROF),yes) 299 ifeq ($(TARGET_GPROF),yes)
295 CFLAGS+=-p 300 CFLAGS+=-p
296 LDFLAGS+=-p 301 LDFLAGS+=-p
297 endif 302 endif
298 303