Commit Graph

1788 Commits

Author SHA1 Message Date
reimar b95caec861 Give the cpuinfo binary the right suffix $_exesuf
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24006 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-08-03 17:22:31 +00:00
reimar 2824218de5 add XVR-100 vo, patch by Balatoni Denes (dbalatoni interware hu)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24004 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-08-03 17:14:35 +00:00
uau e1bcd20b2c Define ENABLE_GRAY for FFmpeg
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23992 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-08-01 14:29:26 +00:00
diego c834a1ef80 10l for committing untested changes, a test call was missing.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23989 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-08-01 11:05:05 +00:00
voroshil 0c7fc4794b (cosmetics) Make TV detection code two spaces indented
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23987 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-08-01 09:32:37 +00:00
voroshil 92c2413042 Enable teletext for V4Lv1.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23986 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-08-01 09:23:04 +00:00
iive e7e138f2aa Make teletext depend on freetype. Fixes compilation failer (in sub.c).
The new teletext code modifies variables that are available only with freetype font rendering support.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23952 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-30 22:26:42 +00:00
reimar 58726e195d 100l, forgot to add -DGL_WIN32 to CFLAGS for Windows OpenGL test
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23951 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-30 19:48:31 +00:00
reimar 12316946dc Extend OpenGL configure test to also check for glx/wgl and proper linking.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23950 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-30 19:02:45 +00:00
reimar 02db61c087 Change V4L2 MPEG decoder check so it can actually fail
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23943 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-30 17:01:50 +00:00
ben b61b018062 v4l2 audio/video outputs for linux 2.6.22+ kernels (outputs formerly known as ivtv)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23925 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-29 19:20:55 +00:00
voroshil 4f0d56b9ae Teletext support.
Part 2/5: options/slaves/configure/definitions/etc


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23920 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-29 17:55:28 +00:00
iive c36203ad76 Disable building of vo_mga on all linux platforms despite not having Matrox card.
This could be reverted when there is proper check for Matrox card and mga_vid module presence.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23866 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-26 09:54:57 +00:00
gpoirier 4880bc3ee4 add Hitachi SuperH (SH3) support
patch by Alex Ferguson %b_linuz A yahoo P com%


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23863 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-26 08:21:42 +00:00
uau 1dd4ef01b9 Fix configure regexp for enabling FFmpeg features
All features were disabled because of a regexp that used "[^ ]" to
match start of a word. '^' is not a metacharacter meaning beginning
of line inside [], instead it inverts the matching condition of the
other characters in the list.

Changed to use "\<" and "\>" for start/end of word instead. I don't know
how standard those are, at least they're better than the previous
version.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23862 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-25 19:02:29 +00:00
reimar 6eeb1bb6af avoid ff_config_enable doing partial matches.
This fixes iwmmxt incorrectly enabling mmx as well.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23859 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-25 17:21:03 +00:00
diego 08ea214ec1 Make the assembler accept VIS instrucitions on ultraSPARC.
patch by Balatoni Denes, dbalatoni interware hu


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23844 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-22 21:15:17 +00:00
rtogni a57509942b DTS decoding via libdca
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23841 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-22 16:24:25 +00:00
diego dfae8b6646 Remove unused definition.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23839 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-21 18:33:28 +00:00
reimar 30233b48dd Use --static flag for pkg-config if --enable-static was used.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23837 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-20 21:57:59 +00:00
reimar 70207b6394 !00l, last commit mixed up "normal" ggi and ggiwmh tests.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23836 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-20 21:29:44 +00:00
reimar bd58ee07b3 Change ggi and SDL tests so that linking problems with --enable-static are more
likely to be detected.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23835 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-20 21:27:17 +00:00
diego 8b51dfe0e2 Remove vo_syncfb, which was unused for 5 years.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23834 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-20 18:17:58 +00:00
diego 271a53760b Rename mga_vid test to make it more descriptive.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23819 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-18 15:13:52 +00:00
diego f84580f0f3 Restore vo_mga check, it is Linux-only.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23813 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-18 09:15:34 +00:00
diego 3ad30e6de7 Remove pointless printing of include and linker paths.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23806 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-17 12:55:33 +00:00
diego 33b41dd080 Do not test for the existence of device files during configuration,
it fails for packagers, crosscompilers or other cases where the binaries
are built on a machine different from the one they are run on.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23805 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-17 12:37:16 +00:00
diego d098c92715 Modify X11 headers check so as not to add /usr/include, the default system
include path, to our custom include path or duplicate entries in it.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23804 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-17 11:16:15 +00:00
diego 9f852fcd18 Remove /usr/include from the list of places to check for headers,
default system directories are covered by the empty include path.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23803 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-17 11:08:41 +00:00
diego 75407bf01d Remove commented-out dynamic linking check.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23800 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-17 10:14:48 +00:00
diego b21bbf2505 Remove unused scandir() check and fallback implementation.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23799 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-17 09:45:10 +00:00
diego b6b143c5dc Remove unused ftello() check and fallback implementation.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23798 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-17 09:41:47 +00:00
diego e9b8b6cf1a Remove unused fseeko() check and fallback implementation.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23797 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-17 09:40:32 +00:00
zuxy c240bcd5aa Use native Windows thread API when pthreads isn't available.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23788 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-16 06:34:51 +00:00
diego a00098bbbc Let us not pretend to be checking for devfs when we are not.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23784 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-14 15:16:34 +00:00
diego 88e8b54a16 Mark mp3lib, liba52 and libmpeg2 tests as internal.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23783 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-14 15:13:25 +00:00
diego 678370c580 Group all vo driver checks together.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23782 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-14 15:11:08 +00:00
diego fd385c45dd Move QuickTime codecs check together with the other codecs checks.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23781 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-14 14:53:30 +00:00
diego 21cc99911c Simplify termios test.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23777 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-13 17:54:45 +00:00
diego 6cf3b50551 typo, wrong variable name in check
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23776 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-13 17:36:14 +00:00
diego c1095b4a0d Rename nut option and variables to libnut, FFmpeg also contains NUT support.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23775 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-13 17:08:37 +00:00
diego 77b3a1baff Remove useless variable indirection.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23774 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-13 17:01:21 +00:00
diego 3280e13fc3 Remove redundant variable setting.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23773 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-13 16:59:27 +00:00
rtogni 3e258ead9a Add check for mkstemp
Fixes compilation afrer ffmpeg commit r9596


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23769 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-11 19:47:20 +00:00
diego 558311493f Remove unused test for round().
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23766 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-11 10:53:42 +00:00
diego eafb15f3a1 Remove unused stddef.h check.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23765 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-11 10:45:38 +00:00
diego acb5d82934 Simplify soundcard.h check.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23764 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-11 10:43:25 +00:00
diego 61cf37a2d5 Remove unused variable.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23763 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-11 10:38:21 +00:00
cehoyos e37bbce66c Revert r23758: It broke -vf uspp and -vf mcdeint.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23761 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-11 01:49:43 +00:00
cehoyos 407c5eaf78 Fix compilation with -disable-mencoder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23758 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-10 11:03:38 +00:00