Age | Commit message (Expand) | Author | Files | Lines |
2012-01-16 | revert an upstream change in the "configure" script which might be the | drochner | 2 | -5/+9 |
2012-01-09 | update to the 20111207 snapshot | drochner | 5 | -51/+36 |
2011-07-18 | update to 20110707 | drochner | 7 | -119/+62 |
2011-01-19 | revert my change, drochner@ fixed the problem. | tnn | 1 | -3/+8 |
2011-01-19 | the code doesn't use "__PIC__" anymore - remove substitution | drochner | 1 | -4/+1 |
2011-01-19 | Correct syntax in previous. | dsainty | 1 | -5/+3 |
2011-01-19 | Fails on current as well, so don't try to use asm there. | tnn | 1 | -5/+3 |
2011-01-17 | Add a comment why we need to disable assembler support on so many platforms. | tron | 1 | -1/+5 |
2011-01-17 | Disable assembler support under NetBSD 5.1 and older as it required | tron | 1 | -1/+7 |
2011-01-17 | Disable assembler support under Mac OS X (again) to fix the build. | tron | 1 | -2/+3 |
2011-01-17 | update to 20110101, from Makoto Fujiwara per pkgsrc-wip | drochner | 12 | -176/+157 |
2010-08-11 | Fix build failure on NetBSD/arm as configure suggests: | tsutsui | 1 | -1/+5 |
2010-07-18 | fix previous | drochner | 1 | -2/+2 |
2010-07-18 | Disable assembler on SunOS/i386, linking fails. | wiz | 1 | -2/+2 |
2010-05-07 | as suggested by OBATA Akio, give up on replacing bashisms and | drochner | 3 | -18/+6 |
2010-05-06 | -don't use assembler code on NetBSD/i386<current -- the gas doesn't | drochner | 4 | -27/+20 |
2010-05-04 | update to the 20090920 snapshot | drochner | 6 | -41/+54 |
2009-06-03 | add a patch from upstream git to fix build error on ppc reported | drochner | 2 | -1/+24 |
2009-05-25 | update to the 20090326 snapshot. This is not absolutely new, but there | drochner | 14 | -201/+90 |
2009-03-20 | Simply and speed up buildlink3.mk files and processing. | joerg | 1 | -13/+6 |
2009-02-03 | Let to link libx264.la with ${LDFLAGS}, not only ${PTHREAD_LDFLAGS} and | obache | 3 | -6/+7 |
2009-01-20 | Replace /bin/sh in version.sh too. | sketch | 1 | -2/+2 |
2009-01-03 | Disable assembler support on Mac OS X Intel systems because it breaks the | tron | 1 | -1/+5 |
2008-12-20 | Disable assembler support on x86_64 systems because it breaks the build | tron | 1 | -3/+4 |
2008-12-18 | fix diff botch | bjs | 1 | -24/+1 |
2008-12-18 | add forgotten options.mk. | bjs | 1 | -0/+46 |
2008-12-18 | Update to version we're using (20081217) | bjs | 1 | -2/+2 |
2008-12-18 | Update to 20081218 snapshot. There is no NEWS file or list of changes; | bjs | 17 | -134/+316 |
2008-11-18 | Don't strip the binary if INSTALL_UNSTRIPPED is set. | rillig | 1 | -1/+4 |
2008-07-30 | I missed this change in my previous commit. Should build OK on PPC now. | ahoka | 2 | -1/+15 |
2008-07-30 | Include altivec.h on NetBSD/ppc. This will unbreak the build for that | ahoka | 7 | -1/+85 |
2008-07-10 | Fix compilation on Solaris, which lacks isinfinite as reported by | joerg | 2 | -1/+15 |
2008-07-10 | Fix build on Solaris: install -d must be called with only one directory. | joerg | 2 | -16/+20 |
2008-04-09 | Try harder to disable AltiVec support under Mac OS X PPC (because it cannot | tron | 4 | -15/+26 |
2008-03-31 | Completely disable PowerPC assembler code under Mac OS X. It requires to | tron | 3 | -21/+18 |
2008-03-18 | Fix build under Mac OS X Intel by stripping out the "-fno-common" that | tron | 5 | -28/+34 |
2008-03-11 | Fix build under Mac OS X PPC. | tron | 3 | -5/+13 |
2008-03-10 | now that that we rely on the fact that we get correct PIC from yasm | drochner | 6 | -7/+131 |
2008-03-07 | build PIC | kefren | 1 | -1/+2 |
2008-01-07 | Use yasm on i386 as well. From Matthias Drochner. | joerg | 3 | -8/+13 |
2008-01-04 | Update to x264-20071218. No changelog, patch is from Adam Hoka. | joerg | 4 | -31/+17 |
2007-12-27 | Supports DESTDIR. | joerg | 1 | -1/+3 |
2007-12-02 | Update HOMEPAGES and MASTER_SITES; from Sergey Svishchev. | wiz | 1 | -2/+2 |
2006-07-08 | Change the format of BUILDLINK_ORDER to contain depth information as well, | jlam | 1 | -2/+2 |
2006-07-08 | Track information in a new variable BUILDLINK_ORDER that informs us | jlam | 1 | -1/+2 |
2006-04-12 | Aligned the last line of the buildlink3.mk files with the first line, so | rillig | 1 | -2/+2 |
2006-04-06 | Over 1200 files touched but no revisions bumped :) | reed | 1 | -2/+2 |
2006-02-23 | Add DragonFly support. | joerg | 3 | -5/+30 |
2006-02-21 | Add build time dependency on nasm / yasm for i386 and amd64. | joerg | 1 | -1/+9 |
2006-02-18 | Recognize amd64 as equivalent of x86_64 as shown by bulk build. | joerg | 2 | -1/+15 |