[xiph-commits] r19021 - trunk/squishyball
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Fri Nov 22 07:20:17 PST 2013
Author: xiphmont
Date: 2013-11-22 07:20:17 -0800 (Fri, 22 Nov 2013)
New Revision: 19021
Modified:
trunk/squishyball/loader.c
Log:
Correct two codec include locations in the loader.
Modified: trunk/squishyball/loader.c
===================================================================
--- trunk/squishyball/loader.c 2013-11-21 17:20:37 UTC (rev 19020)
+++ trunk/squishyball/loader.c 2013-11-22 15:20:17 UTC (rev 19021)
@@ -31,8 +31,8 @@
#include <math.h>
#include <errno.h>
#include <vorbis/vorbisfile.h>
-#include <opus/opusfile.h>
-#include <FLAC/stream_decoder.h>
+#include <opusfile.h>
+#include <stream_decoder.h>
#include <unistd.h>
#include "main.h"
More information about the commits
mailing list