[MPlayer-dev-eng] [PATCH] fix for af_resample broken by multiple intrusion guard

Alexander Stege mplayer at legale-software.com
Mon Feb 18 21:53:04 CET 2008


Hello!

The af_resample filter was broken on the last change by Diego's "multiple
inclusion guard" script. The file libaf/af_resample.h is a huge macro and
thus needs to be included multiple times. So you will have to revert it to
revision 24615 or apply the attached trivial patch.


bye, 
Alex
-------------- next part --------------
--- libaf/af_resample.h.broken	2008-02-18 21:42:33.000000000 +0100
+++ libaf/af_resample.h	2008-02-18 21:42:46.000000000 +0100
@@ -14,9 +14,6 @@
    only be included by af_resample.c 
 */ 
 
-#ifndef AF_RESAMPLE_H
-#define AF_RESAMPLE_H
-
 #undef L
 #undef SHIFT
 #undef FORMAT
@@ -162,5 +159,3 @@
   s->xi = xi;
   s->i = i;
 #endif /* DN */
-
-#endif /* AF_RESAMPLE_H */


More information about the MPlayer-dev-eng mailing list