log configure @ 30154:772664b337f6

age author description
Mon, 04 Jan 2010 11:13:49 +0000 diego Add a few definitions used by FFmpeg to config.h:
Sun, 03 Jan 2010 17:00:51 +0000 reimar Modify -vo direct3d so we do not have to link against d3d9.dll, it might
Sun, 03 Jan 2010 16:46:31 +0000 reimar Enable all FFmpeg protocols by default, they seem to build without issue
Sun, 03 Jan 2010 16:26:30 +0000 reimar Change vo_png to use FFmpeg's png encoder instead of libpng.
Sun, 03 Jan 2010 14:54:51 +0000 reimar Finally add matrixview vo.
Sun, 03 Jan 2010 11:33:33 +0000 reimar Fixup SDL configure check:
Sun, 03 Jan 2010 09:11:20 +0000 reimar Also detect fontconfig when it requires -liconv
Sun, 03 Jan 2010 01:00:21 +0000 reimar Change fribidi check to also work without fribidi-config.
Sun, 03 Jan 2010 00:58:56 +0000 reimar Add support for JPEG2000 via FFmpeg/OpenJPEG
Sat, 02 Jan 2010 16:55:41 +0000 reimar Fix typo in code disabling VIDIX on mingw64
Sat, 02 Jan 2010 16:47:26 +0000 reimar Disable vidix on 64 bit MinGW compiles, it seems to fail compiling and
Fri, 01 Jan 2010 18:51:59 +0000 reimar Fix compilation if FreeType is not available, in particular do not try to build
Wed, 23 Dec 2009 10:21:53 +0000 diego Allow passing variants of "mingw32" as system name to --target. This ensures
Sun, 20 Dec 2009 19:12:20 +0000 diego Use "mingw32" instead of "mingw32msvc" as system name for MinGW with --target.
Sat, 19 Dec 2009 15:41:47 +0000 reimar Make ass_mp.h use the system-libass headers when the internal one is disabled.
Sat, 19 Dec 2009 15:18:22 +0000 reimar Experimental support for external libass.
Sat, 19 Dec 2009 13:49:44 +0000 reimar Rename GL_* defines to CONFIG_GL_*
Sat, 19 Dec 2009 10:52:32 +0000 reimar Make the check for X11 and WIN32 backends for OpenGL separate.
Wed, 09 Dec 2009 17:55:34 +0000 reimar Disable winsock when we already found a working socklib instead of checking
Sun, 29 Nov 2009 05:18:40 +0000 lorenm sync to x264-r1327. (only needed for x264-in-libavcodec)
Wed, 18 Nov 2009 18:07:54 +0000 diego Add #defines for FFMPEG_LICENSE and FFMPEG_CONFIGURATION to config.h.
Tue, 17 Nov 2009 16:05:18 +0000 reimar Complete configure support for compiling in FFmpeg's protocol support.
Wed, 11 Nov 2009 22:26:38 +0000 cehoyos Do not dynamically load libvdpau.so.1, but link at compile time.
Wed, 11 Nov 2009 00:30:54 +0000 cehoyos 10l: Fix compilation without VDPAU.
Tue, 10 Nov 2009 13:08:36 +0000 reimar Use configure code to define PIC instead of duplicating the check in mangle.h.
Sun, 08 Nov 2009 19:32:57 +0000 reimar Remove macho64 special-case for yasm options, -DPIC is already added
Sun, 08 Nov 2009 15:41:40 +0000 reimar Remove a pointless undeclared function reference, #error is assumed
Sun, 08 Nov 2009 15:38:59 +0000 reimar Add a check if compiler creates PIC code and if so add -DPIC to YASMFLAGS.
Sat, 07 Nov 2009 16:40:42 +0000 cehoyos Remove CONFIG_TV_TELETEXT.
Sat, 07 Nov 2009 12:31:05 +0000 cehoyos Separate teletext from tv support.
Fri, 06 Nov 2009 14:06:58 +0000 attila PPC: make inline asm xform address test work with Apple tools
Thu, 05 Nov 2009 19:05:42 +0000 reimar Add cast to signed for 64 bit check, since according to an FFmpeg bug report
Wed, 04 Nov 2009 15:30:13 +0000 cehoyos Add new VDPAU feature high-quality-scaling (and require newer library).
Wed, 28 Oct 2009 13:55:18 +0000 diego consistency fix: Give all CONFIG_ definitions the value 1.
Mon, 26 Oct 2009 22:15:19 +0000 reimar Move 64 bit check below compiler detection since it needs the compiler
Mon, 19 Oct 2009 21:23:08 +0000 lorenm sync to x264-r1296
Mon, 19 Oct 2009 09:56:18 +0000 diego Get rid of COMMON_LDFLAGS variable. It was a pointless indirection.
Mon, 19 Oct 2009 09:41:30 +0000 diego Add CONFIG_LPC to config.h as well (needed by FFmpeg).
Mon, 19 Oct 2009 09:10:27 +0000 diego Add CONFIG_LPC to config.mak (needed by FFmpeg).
Tue, 06 Oct 2009 06:43:00 +0000 reimar Remove many uses of tmp_run.
Fri, 02 Oct 2009 08:58:29 +0000 reimar Add EXTERN_ASM define needed by FFmpeg on ARM.
Wed, 30 Sep 2009 18:45:02 +0000 reimar Extend EBX_AVAILABLE check in a way that works for both OpenBSD/Haiku
Sun, 27 Sep 2009 21:25:56 +0000 cehoyos Intel compiler icc 11.1 supports compilation of internal mp3lib and internal liba52.
Sun, 27 Sep 2009 19:22:48 +0000 cehoyos Cosmetics: Fix whitespace.
Sat, 26 Sep 2009 21:22:01 +0000 reimar Amend previous commit: both zlib decoder and encoder must be disabled
Sat, 26 Sep 2009 21:09:29 +0000 reimar Disable libavcodec zlib decoder when zlib is not available, fixes compilation
Fri, 25 Sep 2009 16:46:39 +0000 reimar Do not override host_arch in x86 vs. x86_64 detection if it was forced via --target.
Thu, 24 Sep 2009 10:09:14 +0000 diego Sync with current FFmpeg HEAD.
Thu, 24 Sep 2009 09:47:36 +0000 diego sync with FFmpeg build: BUILD_STATIC --> CONFIG_STATIC
Wed, 23 Sep 2009 12:01:04 +0000 lorenm sync to x264-r1260 (which changed api)
Sat, 19 Sep 2009 13:58:38 +0000 reimar Add autodetection for ARM NEON SIMD.
Sat, 19 Sep 2009 13:36:58 +0000 reimar Use a compilation check to distinguish between x86 and x86_64, uname and
Sat, 19 Sep 2009 13:18:48 +0000 reimar Add a check for availability of ebx register, needed for
Sat, 19 Sep 2009 12:56:19 +0000 reimar Treat Haiku as BeOS (only changes the displayed name actually)
Tue, 08 Sep 2009 16:32:21 +0000 cehoyos Allow disabling and enabling lower-case codecs.
Tue, 08 Sep 2009 08:50:03 +0000 reimar 100l, forgot to use "test" for checking the value of the quicktime variable
Fri, 04 Sep 2009 12:24:45 +0000 reimar 10l, -framework QuickTime must be added to extra_ldflags, not libs_mplayer since
Fri, 04 Sep 2009 09:35:58 +0000 reimar Split QuickTime check off from quartz check and use the result to enable/disable
Fri, 04 Sep 2009 07:57:06 +0000 reimar Move OpenGL test below CoreVideo. This ensures -lGL will come after -framework OpenGL which
Tue, 01 Sep 2009 08:30:15 +0000 diego The libamrnb *en*coder, not the *de*coder should be added to the list of
Mon, 31 Aug 2009 09:00:37 +0000 reimar Also check linker flags to make sure that liveMedia libraries are there, too,
Wed, 19 Aug 2009 08:47:46 +0000 diego Fix detection of mips arch on NetBSD/sgimips.
Fri, 14 Aug 2009 09:31:16 +0000 cehoyos Allow compilation with gcc 2.95.3 if videodev2.h does not support it.
Mon, 03 Aug 2009 13:51:33 +0000 diego Make sure that unavailable message languages are not accepted.
Fri, 31 Jul 2009 20:13:02 +0000 ben Add a variable in config.mak whether SHM support is enabled or not.
Sun, 26 Jul 2009 17:43:06 +0000 diego Set both HAVE_BIGENDIAN and WORDS_BIGENDIAN.
Sun, 26 Jul 2009 14:40:05 +0000 cehoyos Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN.
Sun, 19 Jul 2009 21:24:45 +0000 diego Bandaid compilation fix: Disable ivtv VIDIX driver until a proper test exists.
Sun, 19 Jul 2009 21:09:00 +0000 diego The Makefile variable names for external libraries in FFmpeg changed.
Sun, 19 Jul 2009 17:05:42 +0000 diego Remove redundant ivtv VIDIX driver variable declarations.
Sun, 19 Jul 2009 17:03:28 +0000 diego The ivtv vo driver and the ivtv VIDIX driver are unrelated; do not disable the
Sat, 18 Jul 2009 15:07:26 +0000 diego Change libamr support to libopencore-amr support.
Fri, 17 Jul 2009 17:43:08 +0000 cehoyos Restore alphabetic order for HAVE_ defines.
Fri, 17 Jul 2009 13:58:07 +0000 diego Remove CONFIG_LIBAMR_NB_FIXED #define, which no longer exists in FFmpeg.
Fri, 17 Jul 2009 09:55:23 +0000 cehoyos Assume HAVE_ATTRIBUTE_PACKED.
Sat, 11 Jul 2009 09:41:44 +0000 cehoyos Fix compilation after FFmpeg r19395.
Thu, 09 Jul 2009 13:28:56 +0000 reimar Disable libavcodec AAC encoder, there are too many systems where it doesn't compile.
Wed, 24 Jun 2009 23:31:17 +0000 diego Modern Solaris versions have different default CD-ROM devices.
Mon, 22 Jun 2009 23:35:13 +0000 diego Do not use -rdynamic on Solaris, where the flag is unsupported.
Fri, 19 Jun 2009 15:20:59 +0000 diego Fix setting of DOC_LANGS and MAN_LANGS, the wrong variables were being used.
Tue, 16 Jun 2009 13:32:51 +0000 cehoyos Do not auto-detect old libnut installations.
Sun, 14 Jun 2009 21:09:35 +0000 diego Rename LIBVORBIS Makefile variable to VORBIS.
Sun, 14 Jun 2009 18:51:36 +0000 diego 100l: Add missing $s to default language variable checks, which prevented
Sun, 14 Jun 2009 14:55:01 +0000 diego Overhaul translation handling completely and add options to install specific
Sun, 14 Jun 2009 13:25:54 +0000 diego cosmetics: Drop leading underscore from _language* variables.
Sun, 14 Jun 2009 12:42:06 +0000 diego Allow setting message language separately from documentation language.
Sun, 14 Jun 2009 12:31:35 +0000 diego Drop redundant setting of message language to English when all languages
Tue, 02 Jun 2009 18:37:31 +0000 reimar Configure needs AS to be set for the Makefiles.
Mon, 01 Jun 2009 09:35:16 +0000 reimar Add actually working support for PPC64
Mon, 01 Jun 2009 09:25:20 +0000 reimar Use target_arch and target_subarch which is more similar to what FFmpeg uses
Mon, 01 Jun 2009 09:20:22 +0000 reimar Add some missing FFmpeg archs
Tue, 19 May 2009 08:56:23 +0000 reimar Set XVR100 make variable. Fixes compilation when support for xvr100 was detected.
Tue, 12 May 2009 19:25:35 +0000 diego Make sure that -Ilibdvdread4 appears in CFLAGS before any system directories
Tue, 12 May 2009 07:25:04 +0000 diego Add HAVE_PPC64 definition for FFmpeg.
Tue, 12 May 2009 06:52:57 +0000 diego Make sure CONFIG_MUXERS is always set.
Sat, 09 May 2009 13:15:31 +0000 diego cosmetics: indentation fixes for the dvdread check
Sat, 09 May 2009 12:52:44 +0000 diego Fix misplaced 'fi' in external dvdread test.
Fri, 08 May 2009 16:21:03 +0000 diego lirc anc lircc are MPlayer-only, so add LDFLAGS for MPlayer link only.
Fri, 08 May 2009 13:58:42 +0000 diego The Apple remote code needs the Cocoa framework to link.
Thu, 07 May 2009 21:34:56 +0000 diego Add -framework Carbon to LDFLAGS when Mac OS X finder or bundle is enabled.
Tue, 05 May 2009 23:02:59 +0000 diego cosmetics: Move Quartz and CoreVideo checks into the vo driver section.
Tue, 05 May 2009 21:03:56 +0000 diego LDFLAGS for CoreVideo and Quartz should be MPlayer-only.
Tue, 05 May 2009 18:45:59 +0000 diego libdvdcss requires the Carbon framework to link on Mac OS X.
Tue, 05 May 2009 18:04:53 +0000 diego cosmetics: Move $def_dvdcss to a more sensible place in config.h.
Tue, 05 May 2009 17:57:44 +0000 diego cosmetics: Move CoreAudio check to audio output section.
Tue, 05 May 2009 17:30:50 +0000 diego Add #define for HAVE_DVDCSS_DVDCSS_H (needed by internal libdvdread) to config.h
Tue, 05 May 2009 17:17:17 +0000 diego cosmetics: indentation
Tue, 05 May 2009 17:15:54 +0000 diego Allow disabling and enabling VCD support through command line parameters.
Tue, 05 May 2009 09:08:53 +0000 diego CoreAudio LDFLAGS should be MPlayer-only.
Tue, 05 May 2009 08:49:07 +0000 diego Improve CoreAudio check: Use all required headers and frameworks.
Tue, 05 May 2009 08:46:37 +0000 diego Simplify Mac OS X Finder and Mac OS X Bundle file locations checks.
Mon, 04 May 2009 18:29:55 +0000 diego CONFIG_QUICKTIME should be set depending on the state of QTX support.
Mon, 04 May 2009 16:55:05 +0000 diego Rename macosx video output driver to corevideo.
Mon, 04 May 2009 14:53:47 +0000 diego Rename macosx audio output driver to coreaudio.
Mon, 04 May 2009 14:49:42 +0000 diego QuickTime codecs support requires -framework QuickTime to link on Mac OS X.
Mon, 04 May 2009 14:40:22 +0000 diego Replace QuickTime.h #include with Carbon.h, which is really needed.
Mon, 04 May 2009 13:16:04 +0000 diego Improve CoreVideo check: Test more #includes, add -framework Carbon to LDFLAGS.
Mon, 04 May 2009 11:44:36 +0000 diego Add information about configure options to config.mak.
Sun, 26 Apr 2009 08:59:18 +0000 diego Revert previous two commits, the CoreVideo vo needs both OpenGL and Cocoa.
Sat, 25 Apr 2009 18:43:35 +0000 diego Fix typo in CoreVideo linker flags: the Carbon, not Cocoa framework is needed.