]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/libgsmenc.c
vaapi_h264: Add named options for setting profile and level
[ffmpeg] / libavcodec / libgsmenc.c
index b60b23b31dc04bba71b890a23c38330b11063afe..e25db95181009af11b373c834f2265b240e25040 100644 (file)
 
 // The idiosyncrasies of GSM-in-WAV are explained at http://kbs.cs.tu-berlin.de/~jutta/toast.html
 
+#include "config.h"
+#if HAVE_GSM_H
 #include <gsm.h>
+#else
+#include <gsm/gsm.h>
+#endif
 
 #include "libavutil/common.h"