diff options
author | DeeJayLSP <djlsplays@gmail.com> | 2022-09-27 21:18:11 -0300 |
---|---|---|
committer | DeeJayLSP <djlsplays@gmail.com> | 2022-10-18 21:15:13 -0300 |
commit | b87584a070c5bb6ca1c51f756ec6db5ab4729349 (patch) | |
tree | dd3c528a2ee92d9bc2b406dfa7559e5fd6ed2123 /thirdparty/libtheora/apiwrapper.h | |
parent | 92bcd3c01d5188480793c03b2b50e97363ceb624 (diff) | |
download | redot-engine-b87584a070c5bb6ca1c51f756ec6db5ab4729349.tar.gz |
Update libtheora to GIT (2020.10)
Diffstat (limited to 'thirdparty/libtheora/apiwrapper.h')
-rw-r--r-- | thirdparty/libtheora/apiwrapper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/libtheora/apiwrapper.h b/thirdparty/libtheora/apiwrapper.h index 93454d7bda..ff45e0a4d6 100644 --- a/thirdparty/libtheora/apiwrapper.h +++ b/thirdparty/libtheora/apiwrapper.h @@ -21,7 +21,7 @@ # include <theora/theora.h> # include "theora/theoradec.h" # include "theora/theoraenc.h" -# include "internal.h" +# include "state.h" typedef struct th_api_wrapper th_api_wrapper; typedef struct th_api_info th_api_info; |