SOURCES: libx264-link.patch (NEW) - missing -lm

qboosh qboosh at pld-linux.org
Tue Oct 11 23:08:27 CEST 2005


Author: qboosh                       Date: Tue Oct 11 21:08:27 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- missing -lm

---- Files affected:
SOURCES:
   libx264-link.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/libx264-link.patch
diff -u /dev/null SOURCES/libx264-link.patch:1.1
--- /dev/null	Tue Oct 11 23:08:27 2005
+++ SOURCES/libx264-link.patch	Tue Oct 11 23:08:22 2005
@@ -0,0 +1,11 @@
+--- libx264-0.1.2/Makefile.am.orig	2004-12-17 13:21:45.000000000 +0100
++++ libx264-0.1.2/Makefile.am	2005-10-11 23:00:31.380207808 +0200
+@@ -9,7 +9,7 @@
+ 
+ include_HEADERS = x264.h
+ 
+-libx264_la_LIBADD = common/lib_common.la encoder/lib_encoder.la
++libx264_la_LIBADD = common/lib_common.la encoder/lib_encoder.la -lm
+ 
+ EXTRA_DIST = \
+ TODO decoder extras vfw \
================================================================



More information about the pld-cvs-commit mailing list