summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAge
* fix libogg muxer dependency checkingAurelien Jacobs2007-11-08
| | | | Originally committed as revision 10959 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Keep -lvorbis in libvorbis linker flags even when only used for encoding.Diego Biurrun2007-11-06
| | | | | | Some libvorbis versions on some platforms (macports) fail to compile otherwise. Originally committed as revision 10932 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove libvorbis Vorbis decoding support. Our native decoder is completeDiego Biurrun2007-11-04
| | | | | | and has no known bugs, any remaining issues will hopefully be uncovered now. Originally committed as revision 10924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* List enabled code in configure outputRamiro Polla2007-11-04
| | | | Originally committed as revision 10921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Speed up show_listRamiro Polla2007-11-04
| | | | Originally committed as revision 10920 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename --disable-opts option to --disable-optimizations in order to be lessDiego Biurrun2007-10-24
| | | | | | ambiguous, opts sounds more like options than optimizations. Originally committed as revision 10855 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename optimize variable to the slightly more meaningful optimizations.Diego Biurrun2007-10-24
| | | | Originally committed as revision 10854 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Install MSVC import libraries without version numbering in the filename.Ramiro Polla2007-10-19
| | | | Originally committed as revision 10814 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Append BUILDSUF directly to NAME instead of prepending it to (S)LIBSUF.Ramiro Polla2007-10-19
| | | | | | | Makes non-posix systems shared library names more correct, such as avcodec-buildsuf-51.dll instead of avcodec-51-buildsuf.dll Originally committed as revision 10813 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify one variable setting.Diego Biurrun2007-10-18
| | | | Originally committed as revision 10776 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename LIB to LIBNAME for consistency.Diego Biurrun2007-10-18
| | | | Originally committed as revision 10774 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add multiple inclusion guards to config.h.Diego Biurrun2007-10-17
| | | | Originally committed as revision 10772 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add SLIB_UNINSTALL_EXTRA_CMD for MinGW.Diego Biurrun2007-10-17
| | | | | | based on a patch by Dave Yeo, daveryeo telus net Originally committed as revision 10768 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add SLIB_UNINSTALL_EXTRA_COMMAND to uninstall the things installed viaDave Yeo2007-10-17
| | | | | | | SLIB_INSTALL_EXTRA_COMMAND. patch by Dave Yeo, daveryeo telus net Originally committed as revision 10767 to svn://svn.ffmpeg.org/ffmpeg/trunk
* comment grammar fixDiego Biurrun2007-10-16
| | | | Originally committed as revision 10759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove gcc import libraries from Win32 builds.Ramiro Polla2007-10-15
| | | | | | | They weren't even installed, and [1] suggests linking directly to the dll. [1] http://sourceware.org/binutils/docs-2.18/ld/WIN32.html Originally committed as revision 10740 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffserver needs ffm_muxer specifically, and rtsp_demuxer for rtsp_parse_line()Ramiro Polla2007-10-12
| | | | Originally committed as revision 10718 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use single quotes to get rid of a bunch of backslash escapes.Diego Biurrun2007-10-12
| | | | Originally committed as revision 10717 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Consistently use $(FOO) instead of ${FOO} in Makefile variables.Diego Biurrun2007-10-12
| | | | Originally committed as revision 10716 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use pr -n -t instead of non-standard cat -nMåns Rullgård2007-10-06
| | | | Originally committed as revision 10677 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix -lm checkMåns Rullgård2007-09-29
| | | | Originally committed as revision 10620 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set -mcpu for ARMMåns Rullgård2007-09-26
| | | | Originally committed as revision 10595 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix avisynth compilation after allformats.h was removedRamiro Polla2007-09-26
| | | | Originally committed as revision 10594 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Let the dependency checker deal with winsock2's extralibs.Ramiro Polla2007-09-26
| | | | Originally committed as revision 10593 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Organize header files and system functions checksRamiro Polla2007-09-24
| | | | Originally committed as revision 10566 to svn://svn.ffmpeg.org/ffmpeg/trunk
* create and use check_asm() functionMåns Rullgård2007-09-23
| | | | Originally committed as revision 10558 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Move LDCONFIG variable to a more sensible place in config.mak.Diego Biurrun2007-09-23
| | | | Originally committed as revision 10557 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move VIS CFLAGS settings into configure.Diego Biurrun2007-09-23
| | | | Originally committed as revision 10555 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a proper test for VIS instruction support.Diego Biurrun2007-09-23
| | | | | | some help by Jan Knutar, jknutar nic fi Originally committed as revision 10553 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Proper check for --help and -h parametersRamiro Polla2007-09-21
| | | | Originally committed as revision 10543 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Let the dependency checker decide about x11_grab_device_demuxerRamiro Polla2007-09-21
| | | | Originally committed as revision 10542 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace one-lined if;elses to && ||Ramiro Polla2007-09-21
| | | | Originally committed as revision 10540 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add extralibs to the dependency checkerRamiro Polla2007-09-18
| | | | Originally committed as revision 10532 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gpl for the X11 grabber has already been checked forRamiro Polla2007-09-18
| | | | Originally committed as revision 10531 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use enable and disable macros where appropriateRamiro Polla2007-09-18
| | | | Originally committed as revision 10530 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Properly check for -lmRamiro Polla2007-09-18
| | | | Originally committed as revision 10528 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: sort()Diego Biurrun2007-09-18
| | | | Originally committed as revision 10526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove forced -pthread for freebsd.Ramiro Polla2007-09-17
| | | | | | Configure properly detects which flags are needed on --enable-pthreads Originally committed as revision 10524 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IndentRamiro Polla2007-09-17
| | | | Originally committed as revision 10523 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove --disable-bktr option from configureRamiro Polla2007-09-17
| | | | | | --disable-demuxer=bktr should be used instead Originally committed as revision 10522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace manual variable setting with the disable function.Diego Biurrun2007-09-17
| | | | Originally committed as revision 10516 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove cross_prefix from ln command.Matthias Schneider2007-09-17
| | | | | | patch by Matthias Schneider, ma30002000 yahoo de Originally committed as revision 10515 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define mandir as $(PREFIX)/share/man rather than as $(PREFIX)/manStefano Sabatini2007-09-16
| | | | | | | to better comply with the FHS. patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 10508 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ln is not available on all platforms, so introduce a variable for itDave Yeo2007-09-15
| | | | | | | that can be set to a suitable platform-specific command. patch by Dave Yeo, daveryeo telus net Originally committed as revision 10503 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove --disable-audio-oss option from configure.Ramiro Polla2007-09-07
| | | | | | --disable-(de)muxer=oss should be used instead. Originally committed as revision 10428 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove --disable-audio-beos option from configure.Ramiro Polla2007-09-07
| | | | | | --disable-(de)muxer=audio_beos should be used instead. Originally committed as revision 10427 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Separate audio_(de)muxer into oss_(de)muxer and audio_beos_(de)muxerRamiro Polla2007-09-07
| | | | Originally committed as revision 10426 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove --disable-{v4l,v4l2} options from configureRamiro Polla2007-09-05
| | | | | | --disable-demuxer={v4l,v4l2} should be used instead Originally committed as revision 10413 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove video_grab_ prefix from video_grab_{bktr,v4l}Ramiro Polla2007-09-05
| | | | Originally committed as revision 10411 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Alphabetically sort library dependencies list.Diego Biurrun2007-09-05
| | | | Originally committed as revision 10400 to svn://svn.ffmpeg.org/ffmpeg/trunk