diff options
Diffstat (limited to 'libhb/qsv_filter.c')
-rw-r--r-- | libhb/qsv_filter.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libhb/qsv_filter.c b/libhb/qsv_filter.c index b330c78ad..925e43a1e 100644 --- a/libhb/qsv_filter.c +++ b/libhb/qsv_filter.c @@ -26,14 +26,14 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \* ********************************************************************* */ -#include "project.h" +#include "handbrake/project.h" #if HB_PROJECT_FEATURE_QSV -#include "handbrake.h" -#include "hbffmpeg.h" -#include "qsv_filter.h" -#include "qsv_libav.h" +#include "handbrake/handbrake.h" +#include "handbrake/hbffmpeg.h" +#include "handbrake/qsv_filter.h" +#include "handbrake/qsv_libav.h" struct hb_filter_private_s { |