1004 Commits (5143684891cae4ec23c599f337c31dd47de13ed3)

Author SHA1 Message Date
Justin Ruggles 406ab5cc97 add a separate line in Makefile for E-AC-3 decoder and only compile it when 16 years ago
David Conrad 1b0f6fb830 Use correct asm object type and necessary -DPIC for yasm on 64-bit Darwin 16 years ago
Michael Niedermayer e9b9a2f86f Add -fasm and -std=c99 when supported. 16 years ago
Diego Biurrun bf6ce82d81 Check for sys/select.h and poll.h unconditionally, not just if ffserver 16 years ago
Michael Niedermayer 11a9d3e853 Add -D_POSIX_C_SOURCE=200112 to cflags. 16 years ago
Michael Niedermayer aca36b287d Remove unneeded whitespace and quotes from -D_ISOC99_SOURCE. 16 years ago
Michael Niedermayer da0def34ec Change _ISOC9X_SOURCE to _ISOC99_SOURCE. 16 years ago
Michael Niedermayer ad1d871021 Move -D_ISOC9X_SOURCE to configure so its available to all tests. 16 years ago
Carl Eugen Hoyos af44e8e488 Show result of yasm test. 16 years ago
Loren Merritt 304d586de6 yasm buildsystem 16 years ago
Diego Biurrun dcd6128670 Explain the difference between HAVE_LIST and CONFIG_LIST in a short comment. 16 years ago
Diego Biurrun 668b65bd83 Only check for socklen_t if network support is enabled. 16 years ago
Diego Biurrun 80a61f08d2 Remove AltiVec vector declaration compiler compatibility macros. 16 years ago
Stefano Sabatini b7d49373d2 Make configure --help document the --enable-debug option. 16 years ago
Diego Biurrun 9c56a1f9f4 Move --disable-debug to a better place within configure help output. 16 years ago
Diego Biurrun 8351d2ba75 Replace LDLATEFLAGS hackery by proper LDFLAGS tests. 16 years ago
Måns Rullgård de0e19cc38 ARM: disable use of system byteswap.h 16 years ago
Diego Biurrun e70f1a2067 Add parisc* to the list of architectures requiring PIC flags for shared libs. 16 years ago
Måns Rullgård 1b71f04586 configure: simplify negative dependencies 16 years ago
Måns Rullgård 3250003c79 configure: allow !foo as argument to enabled/disabled and *_deps lists 16 years ago
Måns Rullgård 18c640054c regenerate dependencies when building object files 16 years ago
Diego Biurrun d921f03fcc Add FFMPEG_CONFIGURATION to config.mak as well, it sometimes helps debugging. 16 years ago
Aurelien Jacobs 46d1ff8382 correct path in *-uninstalled.pc 16 years ago
Ramiro Polla b517af05b9 MLP/TrueHD decoder. 16 years ago
Ben Taylor 40617a6d05 Check for support of -fomit-frame-pointer before adding it to CFLAGS. 16 years ago
Diego Biurrun f0418fec69 Each dependency file needs to be updated when one of the files the 16 years ago
Måns Rullgård edc724b8b8 fix dependency generation 16 years ago
Måns Rullgård 9e6165b53e enable version.h to be created from subdirs 16 years ago
Diego Biurrun 25cd5cb33c Generate pkg-config files in each library subdirectory so that they do 17 years ago
Diego Biurrun fbd971a444 Fix typo in the names of variables assigned to OS-specific path variables. 17 years ago
Diego Biurrun 9473993bf0 Add -Wl,-rpath-link flags for all libraries to LDLATEFLAGS. 17 years ago
Måns Rullgård 6b18d2780e check for ARM NEON assembler support 17 years ago
Måns Rullgård 265de66542 accept --cpu=cortex* 17 years ago
Måns Rullgård c9d1924884 improve installation path selection 17 years ago
Diego Biurrun 426be5dc83 cosmetics: Split all path variables into their own list. 17 years ago
Diego Biurrun 3ed1a2ee88 cosmetics: Remove useless backslashes. 17 years ago
Diego Biurrun b006b26c83 Implement a proper configure test for AltiVec vector declaration syntax. 17 years ago
Diego Biurrun 81a5cdde80 Simplify altivec.h test. 17 years ago
Diego Biurrun de3e16ee14 10l: Add useless backslashes in AltiVec CFLAGS test. 17 years ago
Diego Biurrun 1489db821c Some (Solaris) gcc versions apparently output a comment as first line 17 years ago
Anssi Hannula 5dcfe9f898 When shared libraries are built, make the pkg-config requires Requires.private. 17 years ago
Anssi Hannula 12701f6e31 Define private libraries as 'Libs:' when only static libraries are built, 17 years ago
Diego Biurrun d156bede0b Add command line option to set the value of bindir. 17 years ago
Diego Biurrun aa7205bcf1 Remove unused variable 'prefix' from config.mak. 17 years ago
Diego Biurrun d6bd62db95 Call x264 and Xvid libx264 and libxvid in the configure output for consistency. 17 years ago
Diego Biurrun 842eabc5f9 cosmetics: XviD is now called Xvid. 17 years ago
Måns Rullgård 0147b92ea5 Revert "Add version information to DLLs." 17 years ago
Jeremy Kolb 3f28da61de Add version information to DLLs. 17 years ago
Jeremy Kolb ba321adb94 Store license value in a variable for later use. 17 years ago
Måns Rullgård bcea99bb44 set $logfile before use 17 years ago