[avbin commit] r40 - trunk

0 views
Skip to first unread message

codesite...@google.com

unread,
Jun 8, 2008, 9:08:08 PM6/8/08
to avbin-...@googlegroups.com
Author: Alex.Holkner
Date: Sun Jun 8 18:07:09 2008
New Revision: 40

Modified:
trunk/CHANGELOG
trunk/VERSION
trunk/ffmpeg.configure.linux-x86-32
trunk/ffmpeg.configure.linux-x86-64

Log:
Bump to version 6. Linux builds now define _GNU_SOURCE when compiling to
avoid redirecting sscanf to __isoc99_sscanf, which is only in glibc >= 2.7.

Modified: trunk/CHANGELOG
==============================================================================
--- trunk/CHANGELOG (original)
+++ trunk/CHANGELOG Sun Jun 8 18:07:09 2008
@@ -1,3 +1,6 @@
+6
+ Fix linux builds for use with glibc < 2.7
+
5
Update to FFmpeg r13661
Fix Win32 build for GCC 4.3.

Modified: trunk/VERSION
==============================================================================
--- trunk/VERSION (original)
+++ trunk/VERSION Sun Jun 8 18:07:09 2008
@@ -1 +1 @@
-5
+6

Modified: trunk/ffmpeg.configure.linux-x86-32
==============================================================================
--- trunk/ffmpeg.configure.linux-x86-32 (original)
+++ trunk/ffmpeg.configure.linux-x86-32 Sun Jun 8 18:07:09 2008
@@ -1,4 +1,4 @@
---extra-cflags="-march=i686 -m32"
+--extra-cflags="-march=i686 -m32 -D_GNU_SOURCE"
--extra-ldflags="-L/lib32 -march=i686 -m32"

# We only use the static library, but need to specify --enable-shared to

Modified: trunk/ffmpeg.configure.linux-x86-64
==============================================================================
--- trunk/ffmpeg.configure.linux-x86-64 (original)
+++ trunk/ffmpeg.configure.linux-x86-64 Sun Jun 8 18:07:09 2008
@@ -1,3 +1,5 @@
+--extra-cflags="-D_GNU_SROUCE"
+
# We only use the static library, but need to specify --enable-shared to
# ensure -fPIC is passed.
--enable-static

Reply all
Reply to author
Forward
0 new messages