]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ulti_cb.h
gcc chokes on xmm constraints, so pessimize int32_to_float_fmul_scalar_sse a little
[ffmpeg] / libavcodec / ulti_cb.h
index 2d8c9082c8922848631dd4b580818b31d5597a6a..e7bd3b86b0041ae3ea3e46f92d58ad3348a1e3ca 100644 (file)
@@ -19,6 +19,9 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#ifndef FFMPEG_ULTI_CB_H
+#define FFMPEG_ULTI_CB_H
+
 static const unsigned char ulti_codebook[16384]={
     0x00, 0x01, 0x01, 0x02,
     0x00, 0x01, 0x02, 0x03,
@@ -4117,3 +4120,5 @@ static const unsigned char ulti_codebook[16384]={
     0x3C, 0x3D, 0x3E, 0x3F,
     0x3D, 0x3E, 0x3E, 0x3F
 };
+
+#endif /* FFMPEG_ULTI_CB_H */