mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
11 lines
237 B
C
11 lines
237 B
C
--- src/samplerate.h.orig 2011-01-19 10:39:21 UTC
|
|
+++ src/samplerate.h
|
|
@@ -174,7 +174,7 @@ enum
|
|
SRC_SINC_MEDIUM_QUALITY = 1,
|
|
SRC_SINC_FASTEST = 2,
|
|
SRC_ZERO_ORDER_HOLD = 3,
|
|
- SRC_LINEAR = 4,
|
|
+ SRC_LINEAR = 4
|
|
} ;
|
|
|
|
/*
|