1309 Commits (d22c13a8df238d9215d0adb8d47b1e458513aa93)

Author SHA1 Message Date
Måns Rullgård d22c13a8df configure: support --cpu=host to tune for the host system 15 years ago
Diego Biurrun 1746e2a936 Make WMV2 encoder depend on H.263 encoder in configure. 15 years ago
Diego Biurrun c37de5e194 Make MPEG-4 encoder depend on H.263 encoder in configure. 15 years ago
Diego Biurrun 665507aac2 Make WMV1 encoder depend on H.263 encoder in configure. 15 years ago
Diego Biurrun 4d4b4bd149 Make FLV encoder depend on H.263 encoder in configure. 15 years ago
Diego Biurrun fe629c2d2c Make H.263+ (H263P) encoder depend on H.263 encoder in configure. 15 years ago
Diego Biurrun 4e169d89f3 Declare the dependencies of the MSMPEG4v1/MSMPEG4v2/MSMPEG4v3 encoders on the 15 years ago
Diego Biurrun b2bf38b446 Declare the dependency of RV10/RV20 encoder on the H.263 encoder in configure. 16 years ago
Diego Biurrun 4d8eecf475 Make XVMC mpegvideo decoder depend on mpegvideo decoder. 16 years ago
Måns Rullgård cbf298899d RTMP needs tcp_protocol 16 years ago
Jeff Downs abbe30ad89 Make av_always_inline a no-op when --disable-optimizations is supplied to 16 years ago
Diego Biurrun 75af07495a Revert addition of '#undef av_always_inline' to config.h in the small case. 16 years ago
Jeff Downs e12e2848a3 Undefine av_always_inline before setting it to an empty value. 16 years ago
Måns Rullgård bea81a52c9 Replace BUILD_{SHARED,STATIC} with CONFIG_ counterparts 16 years ago
Måns Rullgård cd78208bd6 Enable PIC unconditionally on OpenBSD 16 years ago
Måns Rullgård ac0bed5491 configure: always write PIC flags to config.mak 16 years ago
Måns Rullgård a15b0af815 configure: enable PIC in per-arch section instead of separately 16 years ago
Martin Storsjö 9d3f4f5070 Fix typo in MinGWCE support in configure. 16 years ago
Martin Storsjö 1aa71e258d MinGWCE support in configure; networking is disabled for now. 16 years ago
Måns Rullgård 63613fe615 Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN 16 years ago
Aurelien Jacobs 84c04e2519 fix various compilation dependencies 16 years ago
Martin Storsjö abfc8d056e Check for the isatty function. 16 years ago
Måns Rullgård b6f3d925ca configure: some small simplifications 16 years ago
Måns Rullgård e45391bb32 configure: add some blank lines to improve readability 16 years ago
Måns Rullgård adcb219081 Move output redirection of deps generation from make rule to DEPEND_CMD 16 years ago
Diego Biurrun 4eef77c1a3 Make Theora decoder depend on the VP3 decoder. 16 years ago
Måns Rullgård df5e397839 configure: group tests for compiler characteristics together 16 years ago
Måns Rullgård a036c1b537 configure: set -mdynamic-no-pic flag in main darwin section 16 years ago
Måns Rullgård d90330dc20 configure: remove special flags for XLC on Darwin 16 years ago
Måns Rullgård 55b290c690 configure: remove some darwin-related cruft 16 years ago
Måns Rullgård fa0912fe50 configure: group all cpu-specific tests together 16 years ago
Diego Biurrun baf91bb9a3 Make E-AC-3 decoder depend on the AC-3 decoder. 16 years ago
Måns Rullgård ce742de22c ARM: check for VFP register arguments 16 years ago
Måns Rullgård 89f2932baf configure: make --extra-cflags cumulative again 16 years ago
Diego Biurrun e82dc4c91e Make VP6A/VP6F decoders depend on the VP6 decoder. 16 years ago
Diego Biurrun 015f8ee009 Make WMV3 decoders depend on their VC-1 counterparts. 16 years ago
Måns Rullgård 6fec122af7 Support building with TI TMS470 compiler 16 years ago
Diego Biurrun 63d72fdaf2 If any input/output devices are enabled then indevs/outdevs should 16 years ago
Stefano Sabatini 8beb41783a Replace two occurrences of 'vfwcap_demuxer' with 'vfwcap_indev', I 16 years ago
Carl Eugen Hoyos 0e57fe17eb Allow enabling alsa and jack devices. 16 years ago
Måns Rullgård 24524f36a1 configure: improve detection of out-of-tree builds 16 years ago
Måns Rullgård 980a75c5a5 configure: remove some useless comments 16 years ago
Måns Rullgård e7ea5e3d8d Check for __attribute__((packed)) support 16 years ago
Måns Rullgård df5cdc24b9 configure: handle --cpu before running compiler 16 years ago
Måns Rullgård a915980acd configure: simplify --cpu handling slightly 16 years ago
Måns Rullgård 88ec6ac9e4 configure: do not warn about mismatching altivec/cpu selection 16 years ago
Martin Storsjö 2b2c2a8179 Fix check_func_headers. The reference to the function under test was being 16 years ago
Måns Rullgård 973859f523 Disable gcc auto-vectorisation 16 years ago
Måns Rullgård 89e053f83d Require aligned memory for everything that needs it 16 years ago
Diego Biurrun bd20afc401 Skip the check for SSE aligned memory allocators when SSE is disabled. 16 years ago