[SCM] libav/experimental: Use filename as multiple inclusion guard.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:08:18 UTC 2013


The following commit has been merged in the experimental branch:
commit ca34b9e61551506aab28a0839999d6caa05dcece
Author: Diego Biurrun <diego at biurrun.de>
Date:   Wed Oct 17 09:26:21 2007 +0000

    Use filename as multiple inclusion guard.
    
    Originally committed as revision 10762 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/cmdutils.h b/cmdutils.h
index 36734ef..782a377 100644
--- a/cmdutils.h
+++ b/cmdutils.h
@@ -19,8 +19,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef CMD_UTILS_H
-#define CMD_UTILS_H
+#ifndef CMDUTILS_H
+#define CMDUTILS_H
 
 typedef struct {
     const char *name;
@@ -87,4 +87,4 @@ void show_version(const char *program_name);
  */
 void show_license(void);
 
-#endif /* CMD_UTILS_H */
+#endif /* CMDUTILS_H */

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list