diff options
Diffstat (limited to 'libhb/sync.c')
-rw-r--r-- | libhb/sync.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libhb/sync.c b/libhb/sync.c index 0af052471..446129b09 100644 --- a/libhb/sync.c +++ b/libhb/sync.c @@ -7,10 +7,10 @@ For full terms see the file COPYING file or visit http://www.gnu.org/licenses/gpl-2.0.html */ -#include "handbrake.h" -#include "hbffmpeg.h" +#include "handbrake/handbrake.h" +#include "handbrake/hbffmpeg.h" #include <stdio.h> -#include "audio_resample.h" +#include "handbrake/audio_resample.h" #define SYNC_MAX_VIDEO_QUEUE_LEN 40 #define SYNC_MIN_VIDEO_QUEUE_LEN 20 |