- Visual C++源码
- Visual Basic源码
- C++ Builder源码
- Java源码
- Delphi源码
- C/C++源码
- PHP源码
- Perl源码
- Python源码
- Asm源码
- Pascal源码
- Borland C++源码
- Others源码
- SQL源码
- VBScript源码
- JavaScript源码
- ASP/ASPX源码
- C#源码
- Flash/ActionScript源码
- matlab源码
- PowerBuilder源码
- LabView源码
- Flex源码
- MathCAD源码
- VBA源码
- IDL源码
- Lisp/Scheme源码
- VHDL源码
- Objective-C源码
- Fortran源码
- tcl/tk源码
- QT源码
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