root/trunk/createStaticLibs.sh


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @948 [948] 10/01/08 14:19:17 dconrad Use -faltivec on ppc rather than -maltivec, should help #374
(edit) @913 [913] 07/06/08 16:40:47 astrange Fix a compile-breaking typo in the last one, oops. Also another really bad …
(edit) @912 [912] 07/06/08 16:01:57 astrange Set -DDEBUG_BUILD for Development. Have ffmpeg inherit the project's …
(edit) @892 [892] 05/23/08 11:17:49 astrange Put sdkflags in the linker flags.
(edit) @890 [890] 05/23/08 10:21:07 astrange Use double quotes for strings with variables in them (refs #340)
(edit) @879 [879] 05/17/08 22:56:28 astrange Work around https://roundup.mplayerhq.hu/roundup/ffmpeg/issue327 (could …
(edit) @870 [870] 04/30/08 14:23:44 gbooker The whole if statement needs to be commented out if its body is
(edit) @867 [867] 04/29/08 11:49:58 astrange Don't apply the PIC patch ever, since it doesn't work atm.
(edit) @860 [860] 04/20/08 20:12:05 astrange Possibly fix the Xcode 3.0 build by disabling all the assembly, until …
(edit) @844 [844] 04/14/08 16:22:07 astrange Fix building
(edit) @840 [840] 03/31/08 14:30:46 astrange Fix Deployment builds.
(edit) @837 [837] 03/30/08 20:04:17 astrange Fix the ffmpeg build.
(edit) @835 [835] 03/17/08 16:28:28 astrange Add -faltivec to ffmpeg's PPC cflags, -maltivec is broken on some Apple …
(edit) @830 [830] 03/13/08 11:23:48 astrange Since ffmpeg's configure is fixed to turn off PIC by default now, enable …
(edit) @824 [824] 03/11/08 16:03:40 astrange Make it build with proper PIC flags on xcode 3.0/3.1, actually fixes last …
(edit) @823 [823] 03/11/08 15:09:04 astrange Fix the shell script for Xcode 3.0. (my sh is still lame)
(edit) @822 [822] 03/07/08 12:31:27 astrange Turn PIC back off for Xcode 3.1. My sh is terrible…
(edit) @810 [810] 02/15/08 18:05:53 astrange Make trunk build. Turned off CAVS/WMV3 since it was easier than fixing …
(edit) @806 [806] 02/09/08 13:55:44 astrange Merge 1.1 to trunk. If you're switching, delete ffmpeg/ first! I haven't …
(edit) @733 [733] 11/08/07 00:36:09 astrange Violently repair Development build, hopefully not affecting Deployment.
(edit) @732 [732] 11/04/07 21:43:28 astrange Revert r729; Altivec seems to work okay.
(edit) @729 [729] 10/31/07 16:27:19 astrange Make subtitles/UniversalDetector Obj-C GC compatible. (closes #259) Fix …
(edit) @725 [725] 10/28/07 00:20:59 astrange If MACOSX_DEPLOYMENT_TARGET isn't set, assume it's 10.4.
(edit) @723 [723] 10/27/07 21:56:52 gbooker Use no-pic on pre-leopard.
(edit) @722 [722] 10/27/07 21:34:38 gbooker Now we can build, amazing how the simpliest thing can elude you
(edit) @720 [720] 10/27/07 16:47:15 gbooker Fixes to make compile work on leopard.
(edit) @709 [709] 09/29/07 22:25:06 gbooker * Remove unused options in a shell script target * Changed the ffmpeg lib …
(edit) @684 [684] 08/25/07 21:02:53 gbooker Fixed a cosmetic issue on the printout.
(edit) @678 [678] 08/21/07 10:08:29 gbooker * Patch (modified) from Ethan Clark to make it only build the libs for the …
(edit) @664 [664] 08/12/07 00:03:01 astrange Add -falign-loops=16 to ffmpeg compile, seems to have a noticeable good …
(edit) @593 [593] 06/20/07 21:11:23 gbooker Fixed an issue with building development builds.
(edit) @587 [587] 06/20/07 11:52:59 gbooker Fix the development build again.
(edit) @529 [529] 06/01/07 13:38:00 dconrad i386 is apparently the right arch to use for ffmpeg; x86_32 wasn't being …
(edit) @483 [483] 05/04/07 16:19:47 astrange Disable useless deprecation warnings in ffmpeg (~1000 -> 521 warnings)
(edit) @464 [464] 04/26/07 22:36:41 gbooker Added a "quick" build to ffmpeg, where it still builds, but skips the …
(edit) @417 [417] 04/13/07 02:18:08 astrange ffmpeg decided not to build the H.264 decoder asm again. Forcibly fix it.
(edit) @376 [376] 03/22/07 20:46:54 astrange Change ffmpeg debug symbols to STABS from DWARF since the new Shark …
(edit) @367 [367] 03/13/07 14:04:46 gbooker Seems we need this again, oh well.
(edit) @353 [353] 03/07/07 16:27:28 astrange -mmultiple does benefit PPC
(edit) @352 [352] 03/04/07 21:42:12 gbooker Seems we don't need to manually build the dsputils_mmx anymore for …
(edit) @350 [350] 03/01/07 21:43:39 astrange Don't use CODEC_ID_MPEG4AAC, it's deprecated. Slight ffmpeg speed boost …
(edit) @348 [348] 02/25/07 20:18:50 astrange Ignore and silence errors in ffmpeg make depend.
(edit) @347 [347] 02/22/07 02:23:48 astrange Remove/comment out various unused variables. Enable -fstrict-aliasing for …
(edit) @292 [292] 01/17/07 15:21:03 astrange Better fix, also less invasive Development ffmpeg fix.
(edit) @290 [290] 01/16/07 23:31:11 astrange Backdown the optimizations; they didn't help all that much and were a pain …
(edit) @289 [289] 01/16/07 21:45:01 astrange Optimize PPC build for G5, as it's pickier. Slight change for x86 as well, …
(edit) @276 [276] 01/08/07 16:13:16 gbooker Turned off dead-code stripping in development builds. This fixes gdb's …
(edit) @275 [275] 01/08/07 16:02:28 durin42 Add --cross-compile to the build for ppc from i386 to be consistent
(edit) @239 [239] 01/05/07 18:20:49 allan - switched from STABS to DWARF debug symbols
(edit) @220 [220] 12/31/06 09:03:12 gbooker Disabled GPL within ffmpeg.
(edit) @199 [199] 12/07/06 14:51:43 gbooker I thought [197] fixed the ARCH_X86_32 define issue, but it didn't. The …
(edit) @197 [197] 12/05/06 21:36:15 gbooker ffmpeg compile fix from Allan Hsu. Fixes the issue with ARCH_X86_32 …
(edit) @185 [185] 11/03/06 14:22:04 gbooker Yet another files that doesn't build without some optimizations turned on.
(edit) @182 [182] 11/02/06 21:57:04 astrange Don't set 'pasp' atom for mkv if it's square pixels. Tell ffmpeg to use …
(edit) @181 [181] 11/02/06 21:31:54 gbooker Use -O3 instead (more debuggable).
(edit) @180 [180] 11/02/06 21:26:37 gbooker Manually build h264.o and cabac.o with different options so that we can …
(edit) @178 [178] 11/02/06 20:56:19 gbooker ffmpeg build fails with undefined symbols, but it is ffmpeg itself, not …
(edit) @171 [171] 10/22/06 09:56:31 gbooker Only strip when doing a deployment build, otherwise debugging is …
(edit) @165 [165] 10/18/06 20:23:00 astrange Update ffmpeg configure script. (it's temporarily broken on …
(edit) @160 [160] 10/14/06 11:45:55 gbooker Sometimes incremental builds of ffmpeg get broken. I suspect it is …
(edit) @140 [140] 10/01/06 14:15:56 astrange Enable AltiVec? in debug builds, and optimize for speed over size. Don't …
(edit) @65 [65] 08/12/06 11:48:25 gbooker Seems the entire patch has now been applied to ffmpeg's svn Removing.
(edit) @28 [28] 07/12/06 01:56:14 durin42 mkdir before trying to copy to said dir
(edit) @24 [24] 07/11/06 21:23:51 gbooker Create separate builds for Deployment and Development. Use …
(edit) @19 [19] 07/10/06 18:18:14 gbooker Temp fix to no longer need the configure patch until the "better solution" …
(add) @18 [18] 07/10/06 15:06:18 gbooker Moved the script's contents to an external file, makes changes easier to …
Note: See TracRevisionLog for help on using the revision log.