[SCM] libav/experimental: 10l, fix incorrect endif comment.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:53:47 UTC 2013


The following commit has been merged in the experimental branch:
commit 8abe97be929f732db3a39366a48cb3f0334226da
Author: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
Date:   Wed Oct 28 18:52:39 2009 +0000

    10l, fix incorrect endif comment.
    
    Originally committed as revision 20401 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/mpegaudio_tablegen.h b/libavcodec/mpegaudio_tablegen.h
index 362b545..cab56eb 100644
--- a/libavcodec/mpegaudio_tablegen.h
+++ b/libavcodec/mpegaudio_tablegen.h
@@ -63,6 +63,6 @@ static void mpegaudio_tableinit(void)
             exp_table[exponent]= llrint(f);
     }
 }
-#endif /* CONFIG_HARDCODED_TABLES && !TABLEGEN */
+#endif /* CONFIG_HARDCODED_TABLES */
 
 #endif /* MPEGAUDIO_TABLEGEN_H */

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list