| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typo in the names of variables assigned to OS-specific path variables. | Diego Biurrun | 2008-06-08 | 1 | -2/+2 |
* | Add -Wl,-rpath-link flags for all libraries to LDLATEFLAGS. | Diego Biurrun | 2008-06-06 | 1 | -1/+1 |
* | check for ARM NEON assembler support | Måns Rullgård | 2008-06-05 | 1 | -0/+4 |
* | accept --cpu=cortex* | Måns Rullgård | 2008-06-05 | 1 | -1/+1 |
* | improve installation path selection | Måns Rullgård | 2008-06-02 | 1 | -10/+18 |
* | cosmetics: Split all path variables into their own list. | Diego Biurrun | 2008-06-02 | 1 | -8/+13 |
* | cosmetics: Remove useless backslashes. | Diego Biurrun | 2008-05-30 | 1 | -4/+4 |
* | Implement a proper configure test for AltiVec vector declaration syntax. | Diego Biurrun | 2008-05-30 | 1 | -0/+8 |
* | Simplify altivec.h test. | Diego Biurrun | 2008-05-30 | 1 | -4/+1 |
* | 10l: Add useless backslashes in AltiVec CFLAGS test. | Diego Biurrun | 2008-05-30 | 1 | -2/+2 |
* | Some (Solaris) gcc versions apparently output a comment as first line | Diego Biurrun | 2008-05-29 | 1 | -1/+1 |
* | When shared libraries are built, make the pkg-config requires Requires.private. | Anssi Hannula | 2008-05-29 | 1 | -1/+2 |
* | Define private libraries as 'Libs:' when only static libraries are built, | Anssi Hannula | 2008-05-28 | 1 | -4/+3 |
* | Add command line option to set the value of bindir. | Diego Biurrun | 2008-05-28 | 1 | -0/+2 |
* | Remove unused variable 'prefix' from config.mak. | Diego Biurrun | 2008-05-27 | 1 | -1/+0 |
* | Call x264 and Xvid libx264 and libxvid in the configure output for consistency. | Diego Biurrun | 2008-05-27 | 1 | -2/+2 |
* | cosmetics: XviD is now called Xvid. | Diego Biurrun | 2008-05-27 | 1 | -1/+1 |
* | Revert "Add version information to DLLs." | Måns Rullgård | 2008-05-26 | 1 | -72/+0 |
* | Add version information to DLLs. | Jeremy Kolb | 2008-05-25 | 1 | -0/+72 |
* | Store license value in a variable for later use. | Jeremy Kolb | 2008-05-16 | 1 | -5/+8 |
* | set $logfile before use | Måns Rullgård | 2008-05-15 | 1 | -5/+5 |
* | cosmetics: alignment | Aurelien Jacobs | 2008-05-15 | 1 | -1/+1 |
* | Add a check for bzlib; used in the Matroska demuxer. | Aurelien Jacobs | 2008-05-15 | 1 | -0/+5 |
* | cosmetics: Add whitespace around redirection operators. | Diego Biurrun | 2008-05-15 | 1 | -21/+21 |
* | set temporary filenames before using them | Måns Rullgård | 2008-05-13 | 1 | -17/+16 |
* | Add more support for Win64: | Ramiro Polla | 2008-05-13 | 1 | -1/+7 |
* | Move arch check before OS check. | Ramiro Polla | 2008-05-13 | 1 | -69/+69 |
* | Use pkg-config for libschroedinger libs, not only for CFLAGS. | JonY | 2008-05-13 | 1 | -1/+1 |
* | Also install .lib files with versioned filename. | Ramiro Polla | 2008-05-12 | 1 | -1/+2 |
* | Create .lib files in the subdirs. | JonY | 2008-05-12 | 1 | -1/+1 |
* | Allow icc to compile with optimizations (pentium3, pentium4 or core2). | Carl Eugen Hoyos | 2008-05-11 | 1 | -0/+2 |
* | Silence useless icc warnings. | Carl Eugen Hoyos | 2008-05-11 | 1 | -0/+14 |
* | Check for sys/resource.h and include it conditionally. | Ramiro Polla | 2008-05-08 | 1 | -0/+2 |
* | Disable libdirac decoder if the faster libschroedinger decoder is available. | Anuradha Suraparaju | 2008-05-08 | 1 | -0/+3 |
* | When compiling with -fmudflap configure fill EXTERN_PREFIX with garbage | Matthieu Castet | 2008-05-07 | 1 | -1/+1 |
* | In pkg-config files, libraries not exposed through the library, but just needed | Anssi Hannula | 2008-05-06 | 1 | -2/+4 |
* | cosmetics: whitespace/order changes, if/then --> && in pkg-config section | Diego Biurrun | 2008-05-05 | 1 | -10/+3 |
* | Merge both pkg-config creation commands into one. | Diego Biurrun | 2008-05-05 | 1 | -18/+0 |
* | In the pkg-config file generation, derive the short name from the library | Diego Biurrun | 2008-05-05 | 1 | -8/+9 |
* | Remove stray extra parameter from libavutil pkg-config command. | Diego Biurrun | 2008-05-05 | 1 | -1/+1 |
* | Fix configure for cross-compilation and --arch=amd64. | Ramiro Polla | 2008-05-04 | 1 | -5/+6 |
* | Add Dirac support through libschroedinger. | Anuradha Suraparaju | 2008-05-03 | 1 | -0/+7 |
* | Dirac decoding/encoding support via libdirac. | Anuradha Suraparaju | 2008-05-03 | 1 | -0/+9 |
* | Import Dirac demuxer/muxer from SoC branch; written by Marco Gerards, | Luca Barbato | 2008-05-02 | 1 | -0/+1 |
* | Use check_cflags for -mdynamic-no-pic so third-party compilers will work on D... | Alexander Strange | 2008-04-27 | 1 | -1/+1 |
* | Revert "Adjust pkg-config files to include files residing in separate subdire... | Måns Rullgård | 2008-04-25 | 1 | -2/+2 |
* | Adjust pkg-config files to include files residing in separate subdirectories. | Diego Biurrun | 2008-04-24 | 1 | -2/+2 |
* | Support shared pthreads-win32. | Gianluigi Tiesi | 2008-04-24 | 1 | -0/+2 |
* | check for ARM VFP support | Måns Rullgård | 2008-04-20 | 1 | -0/+5 |
* | Set correct value for includedir in pkg-config files. | Diego Biurrun | 2008-04-16 | 1 | -2/+1 |