search for: libmad0

Displaying 8 results from an estimated 8 matches for "libmad0".

Did you mean: libmad
2011 May 23
4
Transcode from AAC to MP3 (or vice versa)
...tall on a Fedora server and the repositories mentioned in the above how-to are for Debian. I'm having difficulty tracking down all the relevant Fedora repos for some of these components: libogg0 libogg-dev libvorbis0a libvorbis-dev liblame0 liblame-dev libfaac0 libfaac-dev libfaad0 libfaad-dev libmad0 libmad0-dev libflac8 libflac-dev automake libtool Ideally I think I'd like to be pointed towards a Fedora repo equivalent to the Debian multimedia one in the example above. A solution might be for me to create a fresh Debian [virtual] machine and go with that - but I'd much prefer to stic...
2007 Oct 25
0
[PATCH] Fix logic in mad detection
..., mad_decoder_finish, HAVE_MAD="yes" MAD_LIBS="-lmad", HAVE_MAD="no") AC_SUBST(MAD_LIBS) if test "x$HAVE_MAD" = xyes; then AC_DEFINE(HAVE_MAD, 1, [Define if mad is enabled]) else - AC_MSG_ERROR([Couldn't find mad. You might need to install the libmad0-dev package.]) + AC_MSG_WARN([Couldn't find mad. You might need to install the libmad0-dev package.]) + if test "$enable_mad" = "yes"; then + AC_MSG_ERROR([Cannot enable mad support, aborting.]) + fi fi -else - AC_MSG_WARN([*** mad audio support was not enabled....
2011 May 23
0
Transcode from AAC to MP3 (or vice versa)
...he repositories > mentioned in the above how-to are for Debian. I'm having difficulty > tracking down all the relevant Fedora repos for some of these > components: > > libogg0 libogg-dev libvorbis0a libvorbis-dev liblame0 > liblame-dev libfaac0 libfaac-dev libfaad0 libfaad-dev libmad0 > libmad0-dev libflac8 libflac-dev automake libtool > > Ideally I think I'd like to be pointed towards a Fedora repo > equivalent to the Debian multimedia one in the example above. > > A solution might be for me to create a fresh Debian [virtual] machine > and go with that...
2007 Oct 09
2
Recommended Packages document
...Etch with Nvidia: nvidia-glx-dev * and all of the following packages: freeglut3-dev libc6-dev libexpat1-dev libfontconfig1-dev libfreetype6-dev libgcrypt11-dev libglib1.2-dev libglib2.0-dev libgnutls11-dev libgpg-error-dev libice-dev libieee1284-3-dev libjpeg62-dev libldap2-dev libltdl3-dev libmad0-dev libmng-dev libncurses5-dev libogg-dev libopencdk8-dev libpng12-dev libqt3-mt-dev libsm-dev libtasn1-2-dev libusb-dev libvorbis-dev libx11-dev libxcursor-dev libxext-dev libxft-dev libxi-dev libxml2-dev libxmu-dev libxrandr-dev libxrender-dev libxslt1-dev libxt-dev libxv-dev render-dev unixodbc-...
2007 Mar 20
3
configure.ac
...c @@ -151,7 +151,7 @@ if test "$enable_mad" = "yes"; then if test "x$HAVE_MAD" = xyes; then AC_DEFINE(HAVE_MAD, 1, [Define if mad is enabled]) else - AC_MSG_ERROR([Couldn't find mad.]) + 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. ***]) @@ -175,7 +175,7 @@ if test "$enable_ffmpeg" = "yes"; then if test "x$HAVE_FFMPEG" = xyes; then AC_DEFINE(HAVE_FFMPEG, 1, [Define if ffmpeg is enabled]) else - AC_MSG_ERROR(...
2012 Jun 10
1
Garena Messenger Chat not working
Hello, I installed wine 1.3.35 in bodhi Linux to play warcraft online. I use Garena to play dota online therefore installed the latest Garena plus from their website .Everything is working fine except for chat and discussion.When I hover the mouse over friend list Garena exits automatically. Can someone help me with this?? When i run Garena Plus ,terminal shows the following code: Code: wine
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
...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_MSG_NOTICE([mad audio support was not enabled.]) fi AM_CONDITIONAL(HAVE_MAD, [test "x$HAVE_MAD" = xyes]) @@ -225,7 +225,7 @@ if test "$enable_ffmpeg" = "yes"; then AC_MSG...
2007 Oct 17
0
28 commits - configure.ac debian/changelog debian/control debian/copyright debian/.gitignore debian/libswfdec0.dirs debian/libswfdec0.files debian/libswfdec0.shlibs debian/libswfdec-dev.dirs debian/libswfdec-dev.files debian/rules debian/swf-player.dirs
...an/control deleted file mode 100644 index 09e946a..0000000 --- a/debian/control +++ /dev/null @@ -1,36 +0,0 @@ -Source: swfdec -Priority: optional -Maintainer: David Schleef <ds at schleef.org> -Build-Depends: debhelper (>> 3.0.0), libgtk2.0-dev, mozilla-dev, libart-2.0-dev, zlib1g-dev, libmad0-dev, libsdl1.2-dev -Standards-Version: 3.5.6 - -Package: libswfdec-dev -Section: libdevel -Architecture: any -Depends: libswfdec0 (= ${Source-Version}), libglib2.0-dev -Description: SWF (Macromedia Flash) decoder libaray - A decoder library for Macromedia Flash animations, which are often - found o...