]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/acelp_vectors.h
Add a Makefile variable for the old scaler that gets enabled when the new
[ffmpeg] / libavcodec / acelp_vectors.h
index ae6c0b23c3f3517e20e5281c923d2885f3cd491c..a5e71fc128766d2ccbf0fc8b5084d6807e020989 100644 (file)
@@ -20,8 +20,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef FFMPEG_ACELP_VECTORS_H
-#define FFMPEG_ACELP_VECTORS_H
+#ifndef AVCODEC_ACELP_VECTORS_H
+#define AVCODEC_ACELP_VECTORS_H
 
 #include <stdint.h>
 
@@ -150,4 +150,4 @@ void ff_acelp_weighted_vector_sum(
         int shift,
         int length);
 
-#endif /* FFMPEG_ACELP_VECTORS_H */
+#endif /* AVCODEC_ACELP_VECTORS_H */