⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 theora.patch

📁 uclinux 下的vlc播放器源代码
💻 PATCH
字号:
diff -ruN libtheora-1.0alpha7/configure.ac libtheora/configure.ac--- libtheora-1.0alpha7/configure.ac	2006-06-20 22:04:50.000000000 +0200+++ libtheora/configure.ac	2006-07-11 20:08:04.000000000 +0200@@ -88,7 +88,7 @@         case $host in          *)                 DEBUG="-g -DDEBUG"-                CFLAGS="-O"+                EXTRA_CFLAGS="-O"                 PROFILE="-g -p -DDEBUG" ;;         esac else@@ -96,11 +96,11 @@         case $host in          *)                 DEBUG="-g -Wall -DDEBUG -D__NO_MATH_INLINES"-                CFLAGS="-Wall -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops"+                EXTRA_CFLAGS="-Wall -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops"                 PROFILE="-Wall -pg -g -O3 -fno-inline-functions -DDEBUG";;         esac fi-CFLAGS="$CFLAGS $cflags_save"+CFLAGS="$EXTRA_CFLAGS $cflags_save"  cpu_x86_64=no cpu_x86_32=nodiff -ruN libtheora-1.0alpha7/Makefile.am libtheora/Makefile.am--- libtheora-1.0alpha7/Makefile.am	2006-06-13 00:57:36.000000000 +0200+++ libtheora/Makefile.am	2006-07-11 20:04:43.000000000 +0200@@ -2,7 +2,7 @@  AUTOMAKE_OPTIONS = foreign 1.6 dist-zip dist-bzip2 -SUBDIRS = lib include doc examples tests m4+SUBDIRS = lib include doc tests m4  # we include the whole debian/ dir in EXTRA_DIST because there's a problem # with autotools and HFS+ MacOSX file systems that caused debian/Makefile.amdiff -ruN libtheora-1.0alpha7/Makefile.in libtheora/Makefile.in--- libtheora-1.0alpha7/Makefile.in	2006-06-20 22:06:56.000000000 +0200+++ libtheora/Makefile.in	2006-07-11 20:05:06.000000000 +0200@@ -231,7 +231,7 @@ target_os = @target_os@ target_vendor = @target_vendor@ AUTOMAKE_OPTIONS = foreign 1.6 dist-zip dist-bzip2-SUBDIRS = lib include doc examples tests m4+SUBDIRS = lib include doc tests m4  # we include the whole debian/ dir in EXTRA_DIST because there's a problem # with autotools and HFS+ MacOSX file systems that caused debian/Makefile.am

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -