freebsd-ports/audio/libaacplus/files/patch-include_aacplus.h
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

11 lines
237 B
C

--- include/aacplus.h.orig 2010-11-10 21:27:38 UTC
+++ include/aacplus.h
@@ -12,7 +12,7 @@ typedef void *aacplusEncHandle;
typedef enum {
AACPLUS_INPUT_16BIT = 0,
- AACPLUS_INPUT_FLOAT,
+ AACPLUS_INPUT_FLOAT
} aacplusInFormat;