aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
Commit message (Expand)AuthorAge
* Also check linker flags to make sure that liveMedia libraries are there, too,Gravatar reimar2009-08-31
* Fix detection of mips arch on NetBSD/sgimips.Gravatar diego2009-08-19
* Allow compilation with gcc 2.95.3 if videodev2.h does not support it.Gravatar cehoyos2009-08-14
* Make sure that unavailable message languages are not accepted.Gravatar diego2009-08-03
* Add a variable in config.mak whether SHM support is enabled or not.Gravatar ben2009-07-31
* Set both HAVE_BIGENDIAN and WORDS_BIGENDIAN.Gravatar diego2009-07-26
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN.Gravatar cehoyos2009-07-26
* Bandaid compilation fix: Disable ivtv VIDIX driver until a proper test exists.Gravatar diego2009-07-19
* The Makefile variable names for external libraries in FFmpeg changed.Gravatar diego2009-07-19
* Remove redundant ivtv VIDIX driver variable declarations.Gravatar diego2009-07-19
* The ivtv vo driver and the ivtv VIDIX driver are unrelated; do not disable theGravatar diego2009-07-19
* Change libamr support to libopencore-amr support.Gravatar diego2009-07-18
* Restore alphabetic order for HAVE_ defines.Gravatar cehoyos2009-07-17
* Remove CONFIG_LIBAMR_NB_FIXED #define, which no longer exists in FFmpeg.Gravatar diego2009-07-17
* Assume HAVE_ATTRIBUTE_PACKED.Gravatar cehoyos2009-07-17
* Fix compilation after FFmpeg r19395.Gravatar cehoyos2009-07-11
* Disable libavcodec AAC encoder, there are too many systems where it doesn't c...Gravatar reimar2009-07-09
* Modern Solaris versions have different default CD-ROM devices.Gravatar diego2009-06-24
* Do not use -rdynamic on Solaris, where the flag is unsupported.Gravatar diego2009-06-22
* Fix setting of DOC_LANGS and MAN_LANGS, the wrong variables were being used.Gravatar diego2009-06-19
* Do not auto-detect old libnut installations.Gravatar cehoyos2009-06-16
* Rename LIBVORBIS Makefile variable to VORBIS.Gravatar diego2009-06-14
* 100l: Add missing $s to default language variable checks, which preventedGravatar diego2009-06-14
* Overhaul translation handling completely and add options to install specificGravatar diego2009-06-14
* cosmetics: Drop leading underscore from _language* variables.Gravatar diego2009-06-14
* Allow setting message language separately from documentation language.Gravatar diego2009-06-14
* Drop redundant setting of message language to English when all languagesGravatar diego2009-06-14
* Configure needs AS to be set for the Makefiles.Gravatar reimar2009-06-02
* Add actually working support for PPC64Gravatar reimar2009-06-01
* Use target_arch and target_subarch which is more similar to what FFmpeg usesGravatar reimar2009-06-01
* Add some missing FFmpeg archsGravatar reimar2009-06-01
* Set XVR100 make variable. Fixes compilation when support for xvr100 was detec...Gravatar reimar2009-05-19
* Make sure that -Ilibdvdread4 appears in CFLAGS before any system directoriesGravatar diego2009-05-12
* Add HAVE_PPC64 definition for FFmpeg.Gravatar diego2009-05-12
* Make sure CONFIG_MUXERS is always set.Gravatar diego2009-05-12
* cosmetics: indentation fixes for the dvdread checkGravatar diego2009-05-09
* Fix misplaced 'fi' in external dvdread test.Gravatar diego2009-05-09
* lirc anc lircc are MPlayer-only, so add LDFLAGS for MPlayer link only.Gravatar diego2009-05-08
* The Apple remote code needs the Cocoa framework to link.Gravatar diego2009-05-08
* Add -framework Carbon to LDFLAGS when Mac OS X finder or bundle is enabled.Gravatar diego2009-05-07
* cosmetics: Move Quartz and CoreVideo checks into the vo driver section.Gravatar diego2009-05-05
* LDFLAGS for CoreVideo and Quartz should be MPlayer-only.Gravatar diego2009-05-05
* libdvdcss requires the Carbon framework to link on Mac OS X.Gravatar diego2009-05-05
* cosmetics: Move $def_dvdcss to a more sensible place in config.h.Gravatar diego2009-05-05
* cosmetics: Move CoreAudio check to audio output section.Gravatar diego2009-05-05
* Add #define for HAVE_DVDCSS_DVDCSS_H (needed by internal libdvdread) to config.hGravatar diego2009-05-05
* cosmetics: indentationGravatar diego2009-05-05
* Allow disabling and enabling VCD support through command line parameters.Gravatar diego2009-05-05
* CoreAudio LDFLAGS should be MPlayer-only.Gravatar diego2009-05-05
* Improve CoreAudio check: Use all required headers and frameworks.Gravatar diego2009-05-05