aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
Commit message (Expand)AuthorAge
...
* Add bswap check, needed for FFmpeg.Gravatar diego2009-01-31
* Add #define HAVE_DLFCN_H to config.h, libdvdread4 needs it.Gravatar diego2009-01-31
* HAVE_LRINT and friends should be defined to 0/1.Gravatar diego2009-01-31
* Make CONFIG_XVMC a proper FFmpeg-style 0/1 definition.Gravatar diego2009-01-30
* Add CONFIG_SWSCALE to config.h, we always enable the software scaler.Gravatar diego2009-01-30
* Add 4 more config.h #defines for libfaad2.Gravatar diego2009-01-30
* Add -Wundef to CFLAGS.Gravatar diego2009-01-30
* Enable RDFT in FFmpeg, some codecs depend on it.Gravatar diego2009-01-30
* Enable internal dvdread support on OS/2.Gravatar diego2009-01-30
* HAVE_3DNOW --> HAVE_AMD3DNOWGravatar diego2009-01-26
* HAVE_3DNOWEX --> HAVE_3DNOWEXTGravatar diego2009-01-25
* Disable upcoming VC1/WMV3 VDPAU decoder.Gravatar cehoyos2009-01-20
* MPlayer only supports latest libavutil.Gravatar cehoyos2009-01-17
* fix compilation without VDPAU decodersGravatar gpoirier2009-01-16
* Disable upcoming MPEG_VDPAU_DECODER.Gravatar cehoyos2009-01-16
* Get rid of now unused FFmpeg ENABLE_ preprocessor directives.Gravatar diego2009-01-15
* Sync with latest FFmpeg changes: #define disabled preprocessor directivesGravatar diego2009-01-15
* Treat mlib as a normal FFmpeg option, not a CPU extension.Gravatar diego2009-01-15
* Treat SH architecture like SH4 like in FFmpeg, the only place it is used.Gravatar diego2009-01-15
* SH4 is not a CPU extension mechanism.Gravatar diego2009-01-15
* Mark internal libraries as such in the configure summary, fixes Bugzilla #1378.Gravatar diego2009-01-15
* Sync with latest FFmpeg changes: Check for the availability of truncf().Gravatar diego2009-01-11
* Remove outdated comment.Gravatar diego2009-01-11
* cosmetics: Move CPU byte order check to a more sensible place.Gravatar diego2009-01-11
* Only check for YASM support on x86 systems.Gravatar diego2009-01-11
* cosmetics: Move some checks to more logical places.Gravatar diego2009-01-11
* console output cosmeticsGravatar diego2009-01-11
* Only print "using XYZ" comment if XYZ has been set.Gravatar diego2009-01-11
* Reindent for "if" added in internal dvdnav patchGravatar reimar2009-01-10
* Support an "internal" dvdnav version to make it easier to compile with,Gravatar reimar2009-01-10
* Switch internal dvdread to libdvdread SVN external.Gravatar reimar2009-01-08
* Fix compilation after upcoming H264_VDPAU patch for FFmpeg.Gravatar cehoyos2009-01-04
* EXTERN_PREFIX is not only used in FFmpeg code.Gravatar diego2009-01-04
* Add ARMv6t2 CPU extension additions missed in previous commit.Gravatar diego2009-01-04
* Sync ARMv6t2 optimization support from FFmpeg.Gravatar diego2009-01-04
* Update JACK configure test to match r28241Gravatar reimar2009-01-04
* Set and use only ARCH_PPC, not also ARCH_POWERPC.Gravatar diego2008-12-27
* Set fast_cmov for all x86_64 systems, except for P4-based systems thisGravatar reimar2008-12-23
* Define HAVE_FAST_64BIT if appropriateGravatar reimar2008-12-23
* Allow compilation of 32bit mplayer on 64 bit systems with --cc='cc -m32'.Gravatar cehoyos2008-12-22
* another round of armv4l --> arm changesGravatar diego2008-12-17
* xvmc is now a CONFIG_ option in FFmpeg.Gravatar diego2008-12-15
* Apparently Real codecs work on OpenBSD, taken from the OpenBSD ports tree.Gravatar diego2008-12-13
* Merge two identical NetBSD/OpenBSD conditions.Gravatar diego2008-12-13
* Apparently VCDs work on OpenBSD, taken from the OpenBSD ports tree.Gravatar diego2008-12-13
* Search live555 library also in /usr/lib64.Gravatar cehoyos2008-12-11
* Rework Theora test, it was throwing away CFLAGS provided by pkg-config.Gravatar diego2008-12-11
* 10l: actually disable quartz vo when detection failed.Gravatar gpoirier2008-12-10
* whitespace cosmetics in test programsGravatar diego2008-12-03
* Treat video output objects the same as everything else in the build system,Gravatar diego2008-12-03