Commit graph

83 commits

Author SHA1 Message Date
Thomas Vander Stichele de7a0d3426 fixes http://bugzilla.gnome.org/show_bug.cgi?id=90839
Original commit message from CVS:
fixes
http://bugzilla.gnome.org/show_bug.cgi?id=90839
2002-08-17 17:57:38 +00:00
Thomas Vander Stichele a25aa7185b shiny new avifile test macro let's give it a ride
Original commit message from CVS:
shiny new avifile test macro
let's give it a ride
2002-08-13 10:25:36 +00:00
David I. Lehn 7ae61d0aae vorbis check fix (applied upstream) remove unused glade m4
Original commit message from CVS:
vorbis check fix (applied upstream)
remove unused glade m4
2002-08-10 02:43:26 +00:00
David I. Lehn fe0263870f attempt to fix my sucky dv and festival breakage.
Original commit message from CVS:
attempt to fix my sucky dv and festival breakage.
2002-07-05 10:17:09 +00:00
David I. Lehn 7c70b54e0a duplicate of m4 in common/m4
Original commit message from CVS:
duplicate of m4 in common/m4
2002-07-04 19:16:55 +00:00
Thomas Vander Stichele ab75989aef adding libdv m4 check
Original commit message from CVS:
adding libdv m4 check
2002-06-10 14:18:19 +00:00
Thomas Vander Stichele 6c98f7f08c added rc3 check, rc2 will now not be detected anymore
Original commit message from CVS:
added rc3 check, rc2 will now not be detected anymore
2002-06-10 10:25:55 +00:00
Richard Boulton 165c24c3ef m4/mpeg2dec.m4: Test for cpuaccel library as well as mpeg2dec library. Add appropriate includes before test compile ...
Original commit message from CVS:
* m4/mpeg2dec.m4: Test for cpuaccel library as well as mpeg2dec
library.  Add appropriate includes before test compile of mpeg2.h
so that compilation succeeds.
2002-06-03 15:10:39 +00:00
Thomas Vander Stichele 07e1cc4b5c another one goes in
Original commit message from CVS:
another one goes in
2002-06-02 14:51:21 +00:00
Thomas Vander Stichele 1afe0eed8e and the m4 to go along with it
Original commit message from CVS:
and the m4 to go along with it
2002-06-01 11:03:33 +00:00
Thomas Vander Stichele 2825dabef2 various AC_HELP_STRING changes
Original commit message from CVS:
various AC_HELP_STRING changes
2002-05-27 20:37:17 +00:00
Thomas Vander Stichele c19a632e3f AC_HELP_STRING
Original commit message from CVS:
AC_HELP_STRING
2002-05-27 20:10:42 +00:00
Thomas Vander Stichele 8aa4f5c7a2 no need for feature, it's in common various AC_HELP_STRING changes
Original commit message from CVS:
no need for feature, it's in common
various AC_HELP_STRING changes
2002-05-27 20:08:14 +00:00
Thomas Vander Stichele 9a511dd662 this should do it this is for steveb's added checks
Original commit message from CVS:
this should do it
this is for steveb's added checks
2002-04-27 08:58:59 +00:00
Thomas Vander Stichele 257ce1aea3 I hate independent second parties and why were we not invited anyway ?
Original commit message from CVS:
I hate independent second parties
and why were we not invited anyway ?
2002-04-27 08:56:49 +00:00
Thomas Vander Stichele 64a1c46910 some cvs screwup
Original commit message from CVS:
some cvs screwup
2002-04-27 08:56:03 +00:00
Steve Baker cfb362cb49 macros to detect fast float to int casting, lrint and lrintf, thanks to Erik de Castro Lopo.
Original commit message from CVS:
macros to detect fast float to int casting, lrint and lrintf, thanks to Erik de Castro Lopo.
2002-04-25 19:39:14 +00:00
Andy Wingo 6863dd9240 a hack to work around intltool's brokenness a current check for mpeg2dec details->klass reorganizations an element br...
Original commit message from CVS:
* a hack to work around intltool's brokenness
* a current check for mpeg2dec
* details->klass reorganizations
* an element browser that uses details->klass
* separated cdxa parse out from the avi directory
2002-04-20 21:42:51 +00:00
David I. Lehn 744b14854b s/-lmpeg2dec/-lcpuaccel/ to support the lastest mpeg2dec release
Original commit message from CVS:
s/-lmpeg2dec/-lcpuaccel/ to support the lastest mpeg2dec release
2002-04-15 09:26:13 +00:00
Andy Wingo 75d83745c7 correct a condition in check-libheader.m4 remove gst a52 and mpeg2dec m4's in favor of ones i have sent to walken for...
Original commit message from CVS:
* correct a condition in check-libheader.m4
* remove gst a52 and mpeg2dec m4's in favor of ones i have sent to
walken for inclusion in the upstream packages
2002-03-31 03:32:58 +00:00
Andy Wingo 4229b1cbd1 added check for 0.7.3 a52 api
Original commit message from CVS:
added check for 0.7.3 a52 api
2002-03-30 18:24:06 +00:00
Thomas Vander Stichele 250e3ddd84 heh, we never saw this one before
Original commit message from CVS:
heh, we never saw this one before
2002-03-12 09:40:56 +00:00
Andy Wingo 1678992320 added pkg.m4 in plugins/
Original commit message from CVS:
added pkg.m4 in plugins/
2002-01-27 16:15:19 +00:00
Wrobell 36006f6dbe - my mistake... mpeg2dec libs does not depend on X11 libraries (vo library distributed with mpeg2dec depends on X11 l...
Original commit message from CVS:
- my mistake... mpeg2dec libs does not depend on X11 libraries
(vo library distributed with mpeg2dec depends on X11 libs).
Add configure option so user can specify where mpeg2dec library
is installed. This way we do not guess where is mpeg2dec.
If it is not in standard location (prefix==/usr), then leave it
to the user.
Changes inspired by AM_PATH_LIBMIKMOD.
2002-01-18 19:46:03 +00:00
Wrobell 4fde116853 - GST_CHECK_MPEG2DEC macro - checks for mpeg2dec in /usr/lib.
Original commit message from CVS:
- GST_CHECK_MPEG2DEC macro - checks for mpeg2dec in /usr/lib.
If not found then checks for mpeg2dec in /usr/X11R6/lib.

This macro is needed because mpeg2dec depends on X11R6 libraries
and as FHS states, it should be placed in /usr/X11R6 tree but
some distros do not care and put mpeg2dec into /usr/lib.

It depends on CHECK_LIBHEADER macro.
2002-01-18 14:09:52 +00:00
Wrobell 1fa123ed51 - CHECK_LIBHEADER macro, which is based on GST_CHECK_LIBHEADER the main difference between them is that you can speci...
Original commit message from CVS:
- CHECK_LIBHEADER macro, which is based on GST_CHECK_LIBHEADER
the main difference between them is that you can specify cpp flags with
CHECK_LIBHEADER
2002-01-18 14:06:11 +00:00
Wrobell b21da019f3 - fixed macro signature description
Original commit message from CVS:
- fixed macro signature description
2002-01-18 01:06:37 +00:00
David I. Lehn e92b7beff5 add glib.m4
Original commit message from CVS:
* add glib.m4
2002-01-12 03:52:29 +00:00
Andy Wingo 988fd48d8d siddec checks that work not extremely robust, but functional
Original commit message from CVS:
siddec checks that work
not extremely robust, but functional
2002-01-06 21:52:21 +00:00
Andy Wingo 0f939641de added gtk.m4 (for gtk 1.2)
Original commit message from CVS:
added gtk.m4 (for gtk 1.2)
2002-01-04 06:08:27 +00:00
Thomas Vander Stichele f04c0de291 wingo's changes
Original commit message from CVS:
wingo's changes
2001-12-20 21:27:27 +00:00
Thomas Vander Stichele 85264d7fd3 added wrobell's AC_DEFINE change
Original commit message from CVS:
added wrobell's AC_DEFINE change
2001-12-20 20:15:13 +00:00
Thomas Vander Stichele 9a8398de59 more of the same
Original commit message from CVS:
more of the same
2001-12-17 19:04:24 +00:00