shithub: opus-tools

Download patch

ref: ed30fb2d15b5f2543df6679766f9f655b4915721
parent: 8d588e545c3182b7c3a86b2d17ec99b41092a964
author: Ralph Giles <giles@thaumas.net>
date: Sun Sep 8 09:21:12 EDT 2013

Actually enable flac support in the unix build.

Previously we linked to flac, but didn't set the enabling CFLAG.

--- a/Makefile.unix
+++ b/Makefile.unix
@@ -5,7 +5,7 @@
 -include package_version
 
 #CC=gcc
-CFLAGS := -O2 -g -c -Wall -Wextra $(CFLAGS)
+CFLAGS := -O2 -g -c -Wall -Wextra -DHAVE_LIBFLAC $(CFLAGS)
 INCLUDES := -I../opus/include -I/usr/include/FLAC
 
 ifneq (,$(findstring mingw,$(CC)))