opnsense-ports/audio/libaacplus/files/patch-include-aacplus.h
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
250 B
C

--- include/aacplus.h.orig 2010-11-11 06:27:38.000000000 +0900
+++ include/aacplus.h 2011-10-13 18:19:31.000000000 +0900
@@ -12,7 +12,7 @@
typedef enum {
AACPLUS_INPUT_16BIT = 0,
- AACPLUS_INPUT_FLOAT,
+ AACPLUS_INPUT_FLOAT
} aacplusInFormat;