diff options
Diffstat (limited to 'softhddev.c')
-rw-r--r-- | softhddev.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/softhddev.c b/softhddev.c index 2f873c0..1759109 100644 --- a/softhddev.c +++ b/softhddev.c @@ -63,6 +63,7 @@ #endif #include <pthread.h> +#include "iatomic.h" // portable atomic_t #include "misc.h" #include "softhddev.h" @@ -1307,8 +1308,6 @@ void SetVolumeDevice(int volume) // Video ////////////////////////////////////////////////////////////////////////////// -#include <alsa/iatomic.h> // portable atomic_t - #define VIDEO_BUFFER_SIZE (512 * 1024) ///< video PES buffer default size #define VIDEO_PACKET_MAX 192 ///< max number of video packets |