mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 01:31:03 +00:00
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:
parent
2080aff70c
commit
986b91fbe9
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#endif
|
||||
|
||||
#include "gsth265bitwriter.h"
|
||||
#include <gst/codecparsers/nalutils.h>
|
||||
#include "nalutils.h"
|
||||
#include <gst/base/gstbitwriter.h>
|
||||
#include <math.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue