summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Add --list-indevs and --list-outdevs command line options.Diego Biurrun2007-12-061-0/+4
* Add --disable-devices to --help output.Diego Biurrun2007-12-061-0/+1
* Add input and output devices to configure output.Diego Biurrun2007-12-061-1/+1
* Remove unnecessary quotes.Diego Biurrun2007-12-061-1/+1
* OS/2 support restored in cleaner form.Dave Yeo2007-12-051-0/+31
* use -Bsymbolic linker flag if supportedMåns Rullgård2007-12-041-0/+1
* Add a --disable-devices flag which disables all muxers and demuxers ofPanagiotis Issaris2007-12-031-0/+2
* Fix out of tree builds after introduction of libavdevice.Diego Biurrun2007-11-231-0/+2
* cosmetics: Consistently indent with 4 spaces, break some long lists into singleDiego Biurrun2007-11-231-373/+389
* Fix the creation of alldevices.c (create it without any rename).Luca Abeni2007-11-231-2/+2
* Introduce libavdeviceLuca Abeni2007-11-221-2/+14
* main() --> main(void)Diego Biurrun2007-11-201-5/+5
* whitespace consistency cosmeticsDiego Biurrun2007-11-201-3/+3
* remove now useless libogg supportBaptiste Coudurier2007-11-121-11/+0
* fix libogg muxer dependency checkingAurelien Jacobs2007-11-081-1/+1
* Keep -lvorbis in libvorbis linker flags even when only used for encoding.Diego Biurrun2007-11-061-1/+1
* Remove libvorbis Vorbis decoding support. Our native decoder is completeDiego Biurrun2007-11-041-5/+4
* List enabled code in configure outputRamiro Polla2007-11-041-0/+12
* Speed up show_listRamiro Polla2007-11-041-5/+5
* Rename --disable-opts option to --disable-optimizations in order to be lessDiego Biurrun2007-10-241-3/+2
* Rename optimize variable to the slightly more meaningful optimizations.Diego Biurrun2007-10-241-6/+6
* Install MSVC import libraries without version numbering in the filename.Ramiro Polla2007-10-191-2/+2
* Append BUILDSUF directly to NAME instead of prepending it to (S)LIBSUF.Ramiro Polla2007-10-191-12/+14
* Simplify one variable setting.Diego Biurrun2007-10-181-3/+1
* Rename LIB to LIBNAME for consistency.Diego Biurrun2007-10-181-4/+4
* Add multiple inclusion guards to config.h.Diego Biurrun2007-10-171-0/+4
* Add SLIB_UNINSTALL_EXTRA_CMD for MinGW.Diego Biurrun2007-10-171-0/+1
* Add SLIB_UNINSTALL_EXTRA_COMMAND to uninstall the things installed viaDave Yeo2007-10-171-0/+1
* comment grammar fixDiego Biurrun2007-10-161-1/+1
* Remove gcc import libraries from Win32 builds.Ramiro Polla2007-10-151-2/+2
* ffserver needs ffm_muxer specifically, and rtsp_demuxer for rtsp_parse_line()Ramiro Polla2007-10-121-1/+1
* Use single quotes to get rid of a bunch of backslash escapes.Diego Biurrun2007-10-121-8/+8
* Consistently use $(FOO) instead of ${FOO} in Makefile variables.Diego Biurrun2007-10-121-5/+5
* use pr -n -t instead of non-standard cat -nMåns Rullgård2007-10-061-1/+1
* fix -lm checkMåns Rullgård2007-09-291-2/+2
* set -mcpu for ARMMåns Rullgård2007-09-261-0/+3
* Fix avisynth compilation after allformats.h was removedRamiro Polla2007-09-261-0/+1
* Let the dependency checker deal with winsock2's extralibs.Ramiro Polla2007-09-261-1/+1
* Organize header files and system functions checksRamiro Polla2007-09-241-25/+18
* create and use check_asm() functionMåns Rullgård2007-09-231-44/+19
* cosmetics: Move LDCONFIG variable to a more sensible place in config.mak.Diego Biurrun2007-09-231-1/+1
* Move VIS CFLAGS settings into configure.Diego Biurrun2007-09-231-0/+2
* Add a proper test for VIS instruction support.Diego Biurrun2007-09-231-0/+9
* Proper check for --help and -h parametersRamiro Polla2007-09-211-5/+1
* Let the dependency checker decide about x11_grab_device_demuxerRamiro Polla2007-09-211-4/+2
* Replace one-lined if;elses to && ||Ramiro Polla2007-09-211-29/+15
* Add extralibs to the dependency checkerRamiro Polla2007-09-181-11/+20
* gpl for the X11 grabber has already been checked forRamiro Polla2007-09-181-1/+0
* Use enable and disable macros where appropriateRamiro Polla2007-09-181-45/+45
* Properly check for -lmRamiro Polla2007-09-181-4/+3
OpenPOWER on IntegriCloud