]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/faandct.h
Remove hack added to make "make checkheaders" pass, it is unneeded now
[ffmpeg] / libavcodec / faandct.h
index b9a4eeb3e50955fbac331ca66526acea42d11d23..b86f9accb484ab907de129ed5db6b6f9c725bcde 100644 (file)
@@ -26,8 +26,8 @@
  * @author Michael Niedermayer <michaelni@gmx.at>
  */
 
-#ifndef FFMPEG_FAANDCT_H
-#define FFMPEG_FAANDCT_H
+#ifndef AVCODEC_FAANDCT_H
+#define AVCODEC_FAANDCT_H
 
 #include "dsputil.h"
 
@@ -36,4 +36,4 @@
 void ff_faandct(DCTELEM * data);
 void ff_faandct248(DCTELEM * data);
 
-#endif /* FFMPEG_FAANDCT_H */
+#endif /* AVCODEC_FAANDCT_H */