mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
e0467e5a54
Changelog at <https://sourceforge.net/project/shownotes.php?release_id=459521>. Note: still uses the embedded ffmpeg in this version.
22 lines
613 B
Plaintext
22 lines
613 B
Plaintext
--- ffmpeg/configure.orig Wed Oct 25 21:31:11 2006
|
|
+++ ffmpeg/configure Mon Oct 30 23:32:55 2006
|
|
@@ -556,7 +556,7 @@
|
|
audio_oss="yes"
|
|
dv1394="no"
|
|
make="gmake"
|
|
-add_cflags "-pthread"
|
|
+add_cflags "-fomit-frame-pointer"
|
|
;;
|
|
GNU/kFreeBSD)
|
|
v4l="no"
|
|
@@ -1514,9 +1514,6 @@
|
|
check_cflags -Wall
|
|
check_cflags -Wno-switch
|
|
check_cflags -Wdisabled-optimization
|
|
-check_cflags -Wpointer-arith
|
|
-check_cflags -Wredundant-decls
|
|
-check_cflags -Winline
|
|
|
|
# add some linker flags
|
|
check_ldflags '-Wl,-rpath-link,\$(BUILD_ROOT)/libavcodec' '-Wl,-rpath-link,\$(BUILD_ROOT)/libavformat' '-Wl,-rpath-link,\$(BUILD_ROOT)/libavutil'
|