summaryrefslogtreecommitdiff
path: root/autogen.sh
AgeCommit message (Collapse)AuthorFilesLines
2009-07-01autogen.sh: Use printf instead of 'echo -n'. Check for automake-1.1[01]Jan Schmidt1-2/+2
Check for more automake command variants. Use printf instead of 'echo -n' for portability
2009-06-06build: Fix the dist - libswscale isn't an external on the 0.5 branchJan Schmidt1-4/+14
The 0.5 ffmpeg branch includes libswscale directly, not as an external, breaking the dist (and warning in autogen.sh) about not being able to update its revision. Add some code to not update the svn external if the FFMPEG_EXTERNALS_REVISION variable is empty. Also, in autogen.sh check that the current FFmpeg checkout is from the right branch according to ffmpegrev, and check it out again if it's not.
2009-05-10Run libtoolize before aclocalMarc-Andre Lureau1-1/+1
This unbreaks the build in some cases. Fixes bug #582021
2009-04-19build: Fix maintainer-mode and embedded FFmpeg configuration parametersJan Schmidt1-19/+0
Don't use AC_CONFIG_SUBDIRS to call the FFmpeg configure script, as it complains about all the unknown parameters autoconf gives it, and fiddling with ac_configure_args makes maintainer-mode call our real configure script with a bunch of bogus arguments. Instead, use AC_CONFIG_COMMANDS to call the FFmpeg configure script ourselves. Remove autogen.sh code that modifies the FFmpeg configure script, as it's not needed now that we only pass it arguments it understands, and move the detection of flags like --disable-ffmpeg into the configure script, otherwise they never get passed to FFmpeg if we call configure ourselves, such as from a tarball.
2009-01-30Fix previous commit, wasn't actually setting up a symbolic linkEdward Hervey1-2/+2
2009-01-30Use a symbolic link for the pre-commit client-side hookEdward Hervey1-1/+1
2009-01-28Distribute intended ffmpeg revision(s) and include more files.Mark Nauwelaerts1-2/+2
Bring make dist in sync with autogen.sh's retrieval of ffmpeg checkout, which also includes an update to selected revision of libswscale external. Also include *.S files (needed for e.g. ARM build).
2009-01-22Install and use pre-commit indentation hook from commonEdward Hervey1-0/+8
2009-01-21autogen.sh : Use git submoduleEdward Hervey1-5/+5
2008-12-05Makefile.am: Add gst-libs to DIST_SUBDIRS to make sure that it's always disted.Sebastian Dröge1-1/+1
Original commit message from CVS: * Makefile.am: Add gst-libs to DIST_SUBDIRS to make sure that it's always disted. * autogen.sh: Remove -I m4 from autogen.sh, it's not disted and used anymore and thus makes autogen.sh fail if run on a tarball. Fixes bug #563305.
2008-04-21autogen.sh: Check for Subversion presence.Dejan Sakelšak1-8/+13
Original commit message from CVS: Patch by: Dejan Sakelšak <sakdean at gmail dot com> * autogen.sh: Check for Subversion presence.
2008-04-14Because ffmpeg checks out libswscale via an svn:externals, checking out an ↵Andy Wingo1-0/+4
old ffmpeg does not check out a correspond... Original commit message from CVS: 2008-04-14 Andy Wingo <wingo@pobox.com> * autogen.sh: * ffmpegrev (FFMPEG_EXTERNALS_UPDATE): Because ffmpeg checks out libswscale via an svn:externals, checking out an old ffmpeg does not check out a corresponding libswscale. Keep the swscale checkout manually synchronized, then. Update this when you update FFMPEG_REVISION.
2008-01-10autogen.sh: Add -Wno-portability to the automake parameters to stop warnings ↵Sebastian Dröge1-1/+1
about GNU make extensions being used. We... Original commit message from CVS: * autogen.sh: Add -Wno-portability to the automake parameters to stop warnings about GNU make extensions being used. We require GNU make in almost every Makefile anyway. * configure.ac: Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o at the same time is required for per target flags.
2007-12-17Merging GST_FFMPEG_NO_MIRROR branch to trunkEdward Hervey1-17/+30
Original commit message from CVS: Merging GST_FFMPEG_NO_MIRROR branch to trunk
2006-05-08autogen.sh: libtoolize on Darwin/MacOSX is called glibtoolizeEdward Hervey1-1/+1
Original commit message from CVS: * autogen.sh: (CONFIGURE_DEF_OPT): libtoolize on Darwin/MacOSX is called glibtoolize
2006-02-24Allow automake 1.9Michael Smith1-1/+1
Original commit message from CVS: * autogen.sh: * gst-libs/ext/ffmpeg/autogen.sh: Allow automake 1.9
2006-02-01yet more distcheck fixingThomas Vander Stichele1-1/+1
Original commit message from CVS: yet more distcheck fixing
2004-12-19autogen.sh: execute ffmpeg's autogen.sh directlyDavid Schleef1-1/+2
Original commit message from CVS: * autogen.sh: execute ffmpeg's autogen.sh directly * gst-libs/ext/ffmpeg/autogen.sh: Add a #! line. Specify bash, since there are bashisms ('local').
2004-03-16remove nonexisting configure optionsThomas Vander Stichele1-1/+1
Original commit message from CVS: remove nonexisting configure options
2004-03-15remove the configure that keeps conflictingThomas Vander Stichele1-0/+4
Original commit message from CVS: remove the configure that keeps conflicting
2004-03-12remove borked checkoutsThomas Vander Stichele1-1/+2
Original commit message from CVS: remove borked checkouts
2004-03-11this actually seems to work wellThomas Vander Stichele1-2/+13
Original commit message from CVS: this actually seems to work well
2003-12-09sandbox to get ffmpeg to play nicely in all casesThomas Vander Stichele1-0/+103
Original commit message from CVS: sandbox to get ffmpeg to play nicely in all cases