summaryrefslogtreecommitdiffstats
path: root/sys/qtwrapper/qtutils.c
diff options
context:
space:
mode:
authorMichael Smith <msmith@xiph.org>2008-10-30 19:54:38 +0000
committerMichael Smith <msmith@xiph.org>2008-10-30 19:54:38 +0000
commita1ed30d406a02035b20a3deb2ddd1f67d811f726 (patch)
tree2f79dbd8f6405e7cebc072bf32cb1b551899a4fb /sys/qtwrapper/qtutils.c
parentaa67ed1d1478b118e57b85e465c3753608847866 (diff)
downloadgst-plugins-bad-a1ed30d406a02035b20a3deb2ddd1f67d811f726.tar.gz
gst-plugins-bad-a1ed30d406a02035b20a3deb2ddd1f67d811f726.tar.bz2
gst-plugins-bad-a1ed30d406a02035b20a3deb2ddd1f67d811f726.zip
sys/qtwrapper/audiodecoders.c: Add ALAC support.
Original commit message from CVS: * sys/qtwrapper/audiodecoders.c: Add ALAC support. Fix decode of mono AAC files created by itunes. Set output format correctly (don't ask quicktime to resample for us). Use a larger decode buffer to avoid problems with large ALAC packets. Fix decode to loop until we have all output data. * sys/qtwrapper/qtutils.c: Fix includes so we compile on more OSes.
Diffstat (limited to 'sys/qtwrapper/qtutils.c')
-rw-r--r--sys/qtwrapper/qtutils.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/qtwrapper/qtutils.c b/sys/qtwrapper/qtutils.c
index b698dc85..9b71bd06 100644
--- a/sys/qtwrapper/qtutils.c
+++ b/sys/qtwrapper/qtutils.c
@@ -42,7 +42,12 @@
* Boston, MA 02111-1307, USA.
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <string.h>
+#include <glib.h>
#include "qtutils.h"