comparison Makefile @ 15259:854990f357ee

added faac audio encoder
author nicodvb
date Mon, 25 Apr 2005 07:07:57 +0000
parents 8e7a5069dcae
children af245d15f502
comparison
equal deleted inserted replaced
15258:c2979462805a 15259:854990f357ee
37 37
38 CFLAGS = $(OPTFLAGS) -I. $(FREETYPE_INC) $(EXTRA_INC) $(CDPARANOIA_INC) $(SDL_INC) $(X11_INC) $(FRIBIDI_INC) $(DVB_INC) $(XVID_INC) $(FONTCONFIG_INC) $(CACA_INC) # -Wall 38 CFLAGS = $(OPTFLAGS) -I. $(FREETYPE_INC) $(EXTRA_INC) $(CDPARANOIA_INC) $(SDL_INC) $(X11_INC) $(FRIBIDI_INC) $(DVB_INC) $(XVID_INC) $(FONTCONFIG_INC) $(CACA_INC) # -Wall
39 ifeq ($(TOOLAME),yes) 39 ifeq ($(TOOLAME),yes)
40 CFLAGS += $(TOOLAME_EXTRAFLAGS) 40 CFLAGS += $(TOOLAME_EXTRAFLAGS)
41 CODEC_LIBS += $(TOOLAME_LIB) 41 CODEC_LIBS += $(TOOLAME_LIB)
42 endif
43
44 ifeq ($(FAAC),yes)
45 CODEC_LIBS += $(FAAC_LIB)
42 endif 46 endif
43 47
44 PARTS = libmpdemux libmpcodecs libavcodec libavformat libao2 drivers osdep postproc input libvo libaf 48 PARTS = libmpdemux libmpcodecs libavcodec libavformat libao2 drivers osdep postproc input libvo libaf
45 ifeq ($(MP3LIB),yes) 49 ifeq ($(MP3LIB),yes)
46 PARTS += mp3lib 50 PARTS += mp3lib