743646d039
- greatly simplify type-mismatch-correcting patches. most of the mismatches actually match on size and signedness, so only fix the ones that don't match. tested to work on sparc64 by naddy@ a while back. - libmp4v2 is no longer part of this package
13 lines
434 B
Plaintext
13 lines
434 B
Plaintext
$OpenBSD: patch-include_faad_h,v 1.2 2008/09/15 21:58:19 jakemsr Exp $
|
|
--- include/faad.h.orig Tue Jul 22 03:15:57 2008
|
|
+++ include/faad.h Tue Jul 22 03:16:11 2008
|
|
@@ -29,7 +29,7 @@
|
|
**/
|
|
|
|
/* warn people for update */
|
|
-#pragma message("please update faad2 include filename and function names!")
|
|
+// #pragma message("please update faad2 include filename and function names!")
|
|
|
|
/* Backwards compatible link */
|
|
#include "neaacdec.h"
|