975 Commits (ef3efa0dbc4049700f76b2923cdeb26b8f652f70)

Author SHA1 Message Date
Måns Rullgård ccae51d5b9 hopefully portable endian test 17 years ago
Diego Biurrun 315c741d3d Move dependency generation commands into configure. 17 years ago
Alexander Strange 8b83d56893 Fix configure to properly build without PIC by default on Darwin 17 years ago
Diego Biurrun 0138c54ec6 Use proper library versions instead of SPPVERSION in Darwin SHFLAGS. 17 years ago
Diego Biurrun b7860763ca Clarify comment. 17 years ago
Diego Biurrun 13ca50f367 Rename --enable-swscaler --> enable-swscale to be consistent with the 17 years ago
Ramiro Polla c234520736 VFW capture support 17 years ago
Diego Biurrun 4a24ab64b1 Rename pp variable to postproc for consistency. 17 years ago
Måns Rullgård 6bd859d67e check for x86 bswap instruction 17 years ago
Måns Rullgård 0e32c8c65a simplify library version handling 17 years ago
Måns Rullgård e3773a55be simplify processing of some --disable-* options 17 years ago
Aurelien Jacobs 241227d8a8 remove some unneeded artificial dependencies from configure 17 years ago
Måns Rullgård 22f8654776 Fix endian test with grep not handling non-text files 17 years ago
Måns Rullgård 932ccf398a remove unnecessary backslashes 17 years ago
Vitor Sessak 81124ba0d1 Fix libavfilter compilation and make it more in line 17 years ago
Ramiro Polla 6548ff57c0 Force DOS users to enable memalign hack when needed, 17 years ago
Benjamin Larsson 40bcf4c780 Support setting the debuglevel (-g level) with --enable-debug=# 17 years ago
Ramiro Polla c6eed369d2 Use "disable" helper function 17 years ago
İsmail Dönmez 8541cc274c Do not add deprecated -no-cpp-precomp to CFLAGS on Darwin. 17 years ago
Diego Biurrun 2c62e737f4 Add empty line in output to increase readability. 17 years ago
Måns Rullgård 61d251dbc0 check for inline asm support 17 years ago
Måns Rullgård 9342080973 fix version in libavfilter.pc 17 years ago
Måns Rullgård f436a23e59 fix versions in .pc files 17 years ago
Måns Rullgård a6601d69bb fix libavfilter version extraction 17 years ago
Michael Niedermayer b2eb2ff098 Make gcc ignore the distinction between +0.0 and -0.0, this allows it to 17 years ago
Måns Rullgård f65c9da140 print enabled things in columns 17 years ago
Vitor Sessak 3cde40aaa4 10l, alphabetic ordering 17 years ago
Vitor Sessak f7679c54dd Build system changes for libavfilter addition. Add --enable-avfilter configure option. 17 years ago
Måns Rullgård 147e769207 simplify version number extraction 17 years ago
Måns Rullgård 800c289a66 less preprocessor magic in version number macros 17 years ago
Michael Niedermayer 11fdbc4430 25% faster floating point AAN IDCT. 17 years ago
Peter Ross 269820f141 Disable vhook on Interix, patch by Pete Ross, pross xvid org. 17 years ago
Måns Rullgård 76a448ed4f Install headers in $prefix/include/$libname 17 years ago
Diego Biurrun 18ee626cec Add -lm to x264 check, it is needed on most systems. 17 years ago
Måns Rullgård e97ac1e6f5 Clean up lib* version definitions 17 years ago
Måns Rullgård 719c8e00ef prettify lib* version number extraction 17 years ago
Måns Rullgård 73ef89807e prettify encoder/decoder/muxer/... list extraction 17 years ago
Mike Frysinger 63da080387 The Blackfin toolchains will automatically select FDPIC according to the 17 years ago
Måns Rullgård b147ec08c3 do not run ldconfig after installing shared libraries 17 years ago
Luca Abeni f8cda19ee6 Include poll.h instead of sys/poll.h 17 years ago
Diego Biurrun 6c6007d6a3 Do not use ranges with tr, the results are locale-dependent. 17 years ago
Michael Niedermayer 652a5bf69d Warn if a comparison is always true or always false due to the 17 years ago
Michael Niedermayer 9aceb3cfbc Make string constants const. Why is this not default? 17 years ago
Diego Biurrun 1bc0a44d79 Remove -Werror= CFLAGS that do not have the desired effect. 17 years ago
Michael Niedermayer aa819b9b7d Mixing declarations and statements is an error, so is any construct 17 years ago
Michael Niedermayer f49299967b Warn about casts which remove const. 17 years ago
Diego Biurrun d6773f563d Pass argc and argv to the main function of the SDL tests. 17 years ago
Diego Biurrun afc9aee2b4 Add -pthread to extralibs and not to ldflags so that the dependency gets 17 years ago
Diego Biurrun 3fe142e255 Add a --enable-nonfree command line parameter similar to --enable-gpl. 17 years ago
Diego Biurrun 64e13d6914 Do not group libamr_nb and libamr_wb together as libamr. 17 years ago