You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-pda/gtkpod/files/gtkpod-2.1.5-m4a.patch

12 lines
405 B

--- gtkpod-2.1.5/configure.ac.orig 2016-01-29 00:40:08.559840172 +0000
+++ gtkpod-2.1.5/configure.ac 2016-01-29 00:51:53.901127707 +0000
@@ -341,7 +341,7 @@ fi
dnl Set up variables for M4A plugin
dnl -------------------------------------------------------------
-if test "x$have_mp4" = "xyes" -a "x$have_faad" = "xyes"; then
+if test "x$have_mp4" = "xyes"; then
have_m4a="yes"
else
have_m4a="no"