h26Xbitwriter: use quote form directive for internal header

Since nalutils.h is not installed it should be included for the local path.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7868>
This commit is contained in:
Víctor Manuel Jáquez Leal 2024-11-11 17:44:22 +01:00 committed by GStreamer Marge Bot
parent 2080aff70c
commit 986b91fbe9
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@
#endif
#include "gsth264bitwriter.h"
#include <gst/codecparsers/nalutils.h>
#include "nalutils.h"
#include <gst/base/gstbitwriter.h>
#ifndef GST_DISABLE_GST_DEBUG

View file

@ -23,7 +23,7 @@
#endif
#include "gsth265bitwriter.h"
#include <gst/codecparsers/nalutils.h>
#include "nalutils.h"
#include <gst/base/gstbitwriter.h>
#include <math.h>