[oe-issues] [Bug 1897] ffmpeg fails to build
bugzilla-daemon at tinman.treke.net
bugzilla-daemon at tinman.treke.net
Mon Mar 5 04:10:18 UTC 2007
http://bugs.openembedded.org/show_bug.cgi?id=1897
------- Comment #1 from angus at handheldshell.com 2007-03-04 20:10 -------
This patch fixes it
---
tmp/work/armv5te-linux/ffmpeg-0.4.9-pre1-r1/ffmpeg-0.4.9-pre1/libavcodec/Makefile.old
2007-03-04 20:14:55.000000000 -0700
+++
tmp/work/armv5te-linux/ffmpeg-0.4.9-pre1-r1/ffmpeg-0.4.9-pre1/libavcodec/Makefile
2007-03-04 20:28:27.000000000 -0700
@@ -92,9 +92,10 @@
ifeq ($(CONFIG_PP),yes)
ifeq ($(SHARED_PP),yes)
-EXTRALIBS += -Llibpostproc -lpostproc
+#EXTRALIBS += -lpostproc
+LIBS += libpostproc/libpostproc.a
else
-# LIBS += libpostproc/libpostproc.a ... should be fixed
+LIBS += libpostproc/libpostproc.a
OBJS += libpostproc/postprocess.o
endif
endif
--
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Openembedded-issues
mailing list