diff 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
line wrap: on
line diff
--- a/Makefile	Sat May 07 00:58:28 2005 +0000
+++ b/Makefile	Sun May 08 15:04:59 2005 +0000
@@ -77,7 +77,7 @@
 ifeq ($(BUILD_SHARED),yes)
 SLIB= $(SLIBPREF)avformat$(SLIBSUF)
 
-AVCLIBS+=-lavcodec -L../libavcodec
+AVCLIBS+=-lavcodec$(BUILDSUF) -L../libavcodec
 ifeq ($(CONFIG_MP3LAME),yes)
 AVCLIBS+=-lmp3lame
 endif