Changeset 185
- Timestamp:
- 11/03/06 14:22:04 (2 years ago)
- Files:
-
- trunk/createStaticLibs.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/createStaticLibs.sh
r182 r185 46 46 if [ "$BUILD_STYLE" = "Development" ] ; then 47 47 cd libavcodec 48 export CFLAGS="-O1 -fomit-frame-pointer"; make h264.o cabac.o 48 export CFLAGS="-O1 -fomit-frame-pointer"; make h264.o cabac.o i386/dsputil_mmx.o 49 49 unset CFLAGS; 50 50 cd ..
