diff options
Diffstat (limited to 'libhb/muxcommon.c')
-rw-r--r-- | libhb/muxcommon.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libhb/muxcommon.c b/libhb/muxcommon.c index a16a27a52..842ed86e8 100644 --- a/libhb/muxcommon.c +++ b/libhb/muxcommon.c @@ -6,8 +6,8 @@ It may be used under the terms of the GNU General Public License v2. For full terms see the file COPYING file or visit http://www.gnu.org/licenses/gpl-2.0.html */ -#include "handbrake.h" -#include "decssasub.h" +#include "handbrake/handbrake.h" +#include "handbrake/decssasub.h" #define MIN_BUFFERING (1024*1024*10) #define MAX_BUFFERING (1024*1024*50) |