diff --git a/CMakeLists.txt b/CMakeLists.txt index 5b5cbf59..38c6aa9f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 2.8.8) # version set(VER_MAJOR 0) set(VER_MINOR 3) -set(VER_MICRO 11) +set(VER_MICRO 12) # setup compiler flags set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu99 -fPIC -pthread") diff --git a/src/audio_thread_alsa.c b/src/audio_thread_alsa.c index 62f20b91..74bcb1fd 100644 --- a/src/audio_thread_alsa.c +++ b/src/audio_thread_alsa.c @@ -29,7 +29,7 @@ #include "trace_core.h" #include "trace_helpers.h" #include "utils.h" -#include +#include #include #include #include diff --git a/src/tables.c b/src/tables.c index f7d5ab7c..4982421a 100644 --- a/src/tables.c +++ b/src/tables.c @@ -38,7 +38,9 @@ #include #include #include +#if HAVE_HWDEC #include +#endif NPNetscapeFuncs npn; struct display_s display;