]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/sinewin_tablegen.h
rtsp: Make the rtsp flags avoptions set via a define
[ffmpeg] / libavcodec / sinewin_tablegen.h
index 91c26c1551738f71b1b72d151e59d121ce491c60..720f1ab6b862d9b9612ee1f9c4a30fc2b18eb512 100644 (file)
@@ -20,6 +20,9 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#ifndef AVCODEC_SINEWIN_TABLEGEN_H
+#define AVCODEC_SINEWIN_TABLEGEN_H
+
 #include <assert.h>
 // do not use libavutil/libm.h since this is compiled both
 // for the host and the target and config.h is only valid for the target
@@ -58,3 +61,5 @@ av_cold void ff_init_ff_sine_windows(int index) {
     ff_sine_window_init(ff_sine_windows[index], 1 << index);
 #endif
 }
+
+#endif /* AVCODEC_SINEWIN_TABLEGEN_H */