830 Commits (ff794171c97ae123cac041726e9c8bdc36c7e6c0)

Author SHA1 Message Date
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
Michael Kostylev 094c09bb4a Add system-specific network link flags to inet_aton test. This should fix 17 years ago
KO Myung-Hun 1ca5d97fc8 Use check_lib2 instead of check_lib in SDL test. This is helpful in 17 years ago
Igor Mozolevsky 800a5a1905 pentium4m is a valid CPU name, add it to the list. 17 years ago
Diego Biurrun cf1392e9f3 Move "Creating config.mak and config.h..." message down to the point where 17 years ago
Måns Rullgård e5d8ccd727 refer users to ffmpeg-user list in case of errors 17 years ago
Alessandro Sappia 0b4a18218e Adding support for libdc1394 v.2, patch by Alessandro Sappia a dot sappia at ngi dot it 17 years ago
Roberto Togni ca5323af4b Move printing of the license status at the end of configure output, so 17 years ago
Aurelien Jacobs 3abe5fbdc4 improve CRC API 17 years ago
Luca Abeni 8eb793c459 Split the RTP demuxing functions out of rtp.c, to simplify the RTP muxer's dependencies 17 years ago
Luca Abeni 95c2184270 Rationalize some dependencies between rtsp and rtp 17 years ago
Dave Yeo 72be9e73ae Add portable way to check for the existence of definitions and 17 years ago
Michael Kostylev a33cab3a9a Check for the presence of llrint(), lrint(), round() and roundf() 17 years ago
Michael Kostylev 81644c2ee0 Check for the presence of sys/select.h and conditionally #include it. 17 years ago
Michael Kostylev 4f365f37b5 djgpp port, first part 17 years ago
Diego Biurrun fe9bb34766 dv1394 depends on dv_demuxer, fixes linking with demuxers disabled. 17 years ago
Diego Biurrun 08c015c075 Remove unnecessary system include path from pkg-config files. 17 years ago
Måns Rullgård 569cb218f8 Revert r11202: do not create copy relocations when linking to shared libs 17 years ago
Måns Rullgård e11910120a do not create copy relocations when linking to shared libs 17 years ago
Diego Biurrun c552605cae Add --list-indevs and --list-outdevs command line options. 17 years ago
Diego Biurrun 10d46dd0c1 Add --disable-devices to --help output. 17 years ago
Diego Biurrun 7dd2862b48 Add input and output devices to configure output. 17 years ago
Diego Biurrun 8fb1cb5825 Remove unnecessary quotes. 17 years ago
Dave Yeo d22e844250 OS/2 support restored in cleaner form. 17 years ago
Måns Rullgård c2fd6530af use -Bsymbolic linker flag if supported 17 years ago
Panagiotis Issaris 9aa8ed9d23 Add a --disable-devices flag which disables all muxers and demuxers of 17 years ago
Diego Biurrun 52a9cf3435 Fix out of tree builds after introduction of libavdevice. 17 years ago
Diego Biurrun 7483e694f3 cosmetics: Consistently indent with 4 spaces, break some long lists into single 17 years ago
Luca Abeni c4035e5d3f Fix the creation of alldevices.c (create it without any rename). 17 years ago
Luca Abeni c721d803cb Introduce libavdevice 17 years ago
Diego Biurrun e5af4a113b main() --> main(void) 17 years ago
Diego Biurrun db817cf35a whitespace consistency cosmetics 17 years ago
Baptiste Coudurier 8361b1bea8 remove now useless libogg support 17 years ago
Aurelien Jacobs 543b3965f1 fix libogg muxer dependency checking 17 years ago
Diego Biurrun 3837d107b7 Keep -lvorbis in libvorbis linker flags even when only used for encoding. 17 years ago
Diego Biurrun f9def9ccc6 Remove libvorbis Vorbis decoding support. Our native decoder is complete 17 years ago
Ramiro Polla 8138b9db26 List enabled code in configure output 17 years ago
Ramiro Polla bf0c4afab2 Speed up show_list 17 years ago
Diego Biurrun d2bbb2f743 Rename --disable-opts option to --disable-optimizations in order to be less 17 years ago
Diego Biurrun 8400d6b8ea Rename optimize variable to the slightly more meaningful optimizations. 17 years ago
Ramiro Polla c3cf56140e Install MSVC import libraries without version numbering in the filename. 17 years ago
Ramiro Polla c5f1446678 Append BUILDSUF directly to NAME instead of prepending it to (S)LIBSUF. 17 years ago
Diego Biurrun abc4e5727e Simplify one variable setting. 17 years ago
Diego Biurrun 24743a767f Rename LIB to LIBNAME for consistency. 17 years ago
Diego Biurrun 9c05103fe3 Add multiple inclusion guards to config.h. 17 years ago
Diego Biurrun 0e872a4805 Add SLIB_UNINSTALL_EXTRA_CMD for MinGW. 17 years ago