aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
Commit message (Expand)AuthorAge
* 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
* Simplify Mac OS X Finder and Mac OS X Bundle file locations checks.Gravatar diego2009-05-05
* CONFIG_QUICKTIME should be set depending on the state of QTX support.Gravatar diego2009-05-04
* Rename macosx video output driver to corevideo.Gravatar diego2009-05-04
* Rename macosx audio output driver to coreaudio.Gravatar diego2009-05-04
* QuickTime codecs support requires -framework QuickTime to link on Mac OS X.Gravatar diego2009-05-04
* Replace QuickTime.h #include with Carbon.h, which is really needed.Gravatar diego2009-05-04
* Improve CoreVideo check: Test more #includes, add -framework Carbon to LDFLAGS.Gravatar diego2009-05-04
* Add information about configure options to config.mak.Gravatar diego2009-05-04
* Revert previous two commits, the CoreVideo vo needs both OpenGL and Cocoa.Gravatar diego2009-04-26
* Fix typo in CoreVideo linker flags: the Carbon, not Cocoa framework is needed.Gravatar diego2009-04-25