libflac patch breaks build on Linux

Fabian Greffrath fabian at greffrath.com
Thu Mar 22 08:34:34 UTC 2012


How about this variant?

-#include "../../lib/libflac/include/flac/all.h"
+#ifndef FLAC__NO_DLL
+#include <FLAC/all.h>
+#else
+#include <flac/all.h>
+#endif

Cheers,
Fabian



More information about the Pkg-games-devel mailing list