# HG changeset patch # User al # Date 1123798585 0 # Node ID f02966f9bc62b800cabfba2df70e77f2f9b315aa # Parent 8e1b338096a03101727b8f7d6e04560b6624edc3 Fix building shared version of lavf on some systems. diff -r 8e1b338096a0 -r f02966f9bc62 Makefile --- a/Makefile Wed Aug 10 23:41:20 2005 +0000 +++ b/Makefile Thu Aug 11 22:16:25 2005 +0000 @@ -56,6 +56,8 @@ OBJS+= audio.o endif +EXTRALIBS += -L$(SRC_PATH)/libavutil -lavutil$(BUILDSUF) + ifeq ($(CONFIG_AUDIO_BEOS),yes) PPOBJS+= beosaudio.o EXTRALIBS+=-lbe -lmedia