comparison Makefile @ 752:484211f46feb libavformat

support BUILDSUF patch by <charles dot yates at pandora dot be>
author mmu_man
date Sun, 08 May 2005 15:04:59 +0000
parents 17178af951b4
children 27449ee55201
comparison
equal deleted inserted replaced
751:dcb459ca11eb 752:484211f46feb
75 75
76 LIB= $(LIBPREF)avformat$(LIBSUF) 76 LIB= $(LIBPREF)avformat$(LIBSUF)
77 ifeq ($(BUILD_SHARED),yes) 77 ifeq ($(BUILD_SHARED),yes)
78 SLIB= $(SLIBPREF)avformat$(SLIBSUF) 78 SLIB= $(SLIBPREF)avformat$(SLIBSUF)
79 79
80 AVCLIBS+=-lavcodec -L../libavcodec 80 AVCLIBS+=-lavcodec$(BUILDSUF) -L../libavcodec
81 ifeq ($(CONFIG_MP3LAME),yes) 81 ifeq ($(CONFIG_MP3LAME),yes)
82 AVCLIBS+=-lmp3lame 82 AVCLIBS+=-lmp3lame
83 endif 83 endif
84 endif 84 endif
85 85