search for: 97d474b

Displaying 3 results from an estimated 3 matches for "97d474b".

Did you mean: 975404b
2007 Oct 21
0
2 commits - AUTHORS configure.ac data/icons
...; Nguy???n Th??i Ng???c Duy <pclouds at gmail.com> commit c861aca82e14d14e1ffb7f1828b489fa3a1739e9 Author: Cristian Grada <krigenator at gmail.com> Date: Sun Oct 21 13:35:46 2007 +0200 add proper images for 16x16 and 22x22 diff --git a/configure.ac b/configure.ac index 04ada89..97d474b 100644 --- a/configure.ac +++ b/configure.ac @@ -319,6 +319,7 @@ AC_CONFIG_FILES( Makefile data/Makefile data/icons/Makefile +data/icons/16x16/Makefile data/icons/22x22/Makefile data/icons/24x24/Makefile data/icons/32x32/Makefile diff --git a/data/icons/16x16/Makefile.am b/data/icons/16x16/Ma...
2007 Oct 25
1
[PATCH] Fix logic in ffmpeg detection
...hat ffmpeg is not viewed as a hard requirement, as it's absent in most distros due to patent problems. Signed-off-by: Pavel Roskin <proski at gnu.org> --- configure.ac | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index 97d474b..918de8f 100644 --- a/configure.ac +++ b/configure.ac @@ -212,20 +212,20 @@ dnl Or you submit a patch that detects ffmpeg reliably on the distros. AC_ARG_ENABLE(ffmpeg, AS_HELP_STRING([--enable-ffmpeg], [enable ffmpeg support (default=yes)])], - enable_ffmpeg=$enableval, - enable_ffmpeg=&qu...
2007 Oct 26
0
6 commits - configure.ac libswfdec/swfdec_codec_audio.c libswfdec/swfdec_codec_gst.c libswfdec/swfdec_codec_video.c player/swfplay.c
...ONDITIONAL(WITH_GTK, [test "x$HAVE_GTK" = xyes]) commit fb8cd3ca0a393dca4b9f5f278d16fdbeaec954eb Author: Benjamin Otte <otte at gnome.org> Date: Fri Oct 26 08:48:55 2007 +0200 Don't scare people about disabled dependencies diff --git a/configure.ac b/configure.ac index 97d474b..2dc0eed 100644 --- a/configure.ac +++ b/configure.ac @@ -201,7 +201,7 @@ if test "$enable_mad" = "yes"; then AC_MSG_ERROR([Couldn't find mad. You might need to install the libmad0-dev package.]) fi else - AC_MSG_WARN([*** mad audio support was not enabled. ***]) + AC...