mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
3be75d74ff
re-writen for 8 audio channels. This version fixes an AC3 bug and supports files > 2GB. WWW: http://www.home.zonnet.nl/panteltje/dvd/
12 lines
249 B
Plaintext
12 lines
249 B
Plaintext
$FreeBSD$
|
|
|
|
--- Makefile.orig Thu Oct 21 18:59:27 2004
|
|
+++ Makefile Thu Oct 21 18:59:52 2004
|
|
@@ -1,5 +1,5 @@
|
|
|
|
-CFLAGS = -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
|
|
+CFLAGS+= -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
|
|
|
|
LIBRARY = -lm
|
|
#-lpthread
|