theora.patch
资源名称:vlc-1.0.5.zip [点击查看]
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:1k
源码类别:
midi
开发平台:
Unix_Linux
- --- libtheora/configure.ac 2007-09-18 08:47:09.000000000 +0200
- +++ libtheora.new/configure.ac 2007-09-23 14:44:48.000000000 +0200
- @@ -93,7 +93,7 @@
- case $host in
- *)
- DEBUG="-g -DDEBUG"
- - CFLAGS="-O"
- + EXTRA_CFLAGS="-O"
- PROFILE="-g -p -DDEBUG" ;;
- esac
- else
- @@ -101,11 +101,11 @@
- case $host in
- *)
- DEBUG="-g -Wall -Wno-parentheses -DDEBUG -D__NO_MATH_INLINES"
- - CFLAGS="-Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops"
- + EXTRAS_CFLAGS="-Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops"
- PROFILE="-Wall -Wno-parentheses -pg -g -O3 -fno-inline-functions -DDEBUG";;
- esac
- fi
- -CFLAGS="$CFLAGS $cflags_save"
- +CFLAGS="$EXTRAS_CFLAGS $cflags_save"
- cpu_x86_64=no
- cpu_x86_32=no