956 Commits (4d08be028dd8d70d5e4dc6563a3a4a78ead226e4)

Author SHA1 Message Date
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
Dave Yeo 5b5d0491b5 Add SLIB_UNINSTALL_EXTRA_COMMAND to uninstall the things installed via 17 years ago
Diego Biurrun 7f3c02fc21 comment grammar fix 17 years ago
Ramiro Polla 85aec3bd48 Remove gcc import libraries from Win32 builds. 17 years ago
Ramiro Polla 6ad423489e ffserver needs ffm_muxer specifically, and rtsp_demuxer for rtsp_parse_line() 17 years ago
Diego Biurrun 35d6cebde8 Use single quotes to get rid of a bunch of backslash escapes. 17 years ago
Diego Biurrun 5645c83802 Consistently use $(FOO) instead of ${FOO} in Makefile variables. 17 years ago
Måns Rullgård 6b3246488d use pr -n -t instead of non-standard cat -n 17 years ago
Måns Rullgård fdf885983c fix -lm check 17 years ago
Måns Rullgård 6b19786b11 set -mcpu for ARM 17 years ago
Ramiro Polla 53b7336500 Fix avisynth compilation after allformats.h was removed 17 years ago
Ramiro Polla ea10ddde96 Let the dependency checker deal with winsock2's extralibs. 17 years ago
Ramiro Polla a98bb16de2 Organize header files and system functions checks 17 years ago
Måns Rullgård 940f335a3c create and use check_asm() function 17 years ago
Diego Biurrun 78eb65317e cosmetics: Move LDCONFIG variable to a more sensible place in config.mak. 17 years ago
Diego Biurrun 8b03def65f Move VIS CFLAGS settings into configure. 17 years ago
Diego Biurrun bd9d34a0c9 Add a proper test for VIS instruction support. 17 years ago
Ramiro Polla c2675d4a69 Proper check for --help and -h parameters 17 years ago
Ramiro Polla 06eab4bae1 Let the dependency checker decide about x11_grab_device_demuxer 17 years ago
Ramiro Polla 3ae3b72123 Replace one-lined if;elses to && || 17 years ago
Ramiro Polla 4ec45764a0 Add extralibs to the dependency checker 17 years ago
Ramiro Polla 8a2b9418bc gpl for the X11 grabber has already been checked for 17 years ago
Ramiro Polla 497237c700 Use enable and disable macros where appropriate 17 years ago
Ramiro Polla 13ef78254d Properly check for -lm 17 years ago
Diego Biurrun 13566c311f cosmetics: sort() 17 years ago