From 986b91fbe91aaea1a7872a2f557de3df25e87af7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Mon, 11 Nov 2024 17:44:22 +0100 Subject: [PATCH] h26Xbitwriter: use quote form directive for internal header Since nalutils.h is not installed it should be included for the local path. Part-of: --- .../gst-libs/gst/codecparsers/gsth264bitwriter.c | 2 +- .../gst-libs/gst/codecparsers/gsth265bitwriter.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth264bitwriter.c b/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth264bitwriter.c index 1d5e114679..8fbf772825 100644 --- a/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth264bitwriter.c +++ b/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth264bitwriter.c @@ -23,7 +23,7 @@ #endif #include "gsth264bitwriter.h" -#include +#include "nalutils.h" #include #ifndef GST_DISABLE_GST_DEBUG diff --git a/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth265bitwriter.c b/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth265bitwriter.c index e80de38f2c..8026c32a6d 100644 --- a/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth265bitwriter.c +++ b/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth265bitwriter.c @@ -23,7 +23,7 @@ #endif #include "gsth265bitwriter.h" -#include +#include "nalutils.h" #include #include