mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
openjpeg: fix more broken includes
This commit is contained in:
parent
cb7b6e7a90
commit
ab2281be0f
3 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
plugin_LTLIBRARIES = libgstopenjpeg.la
|
plugin_LTLIBRARIES = libgstopenjpeg.la
|
||||||
|
|
||||||
libgstopenjpeg_la_SOURCES = gstopenjpegdec.c gstopenjpegenc.c gstopenjpeg.c
|
libgstopenjpeg_la_SOURCES = gstopenjpegdec.c gstopenjpegenc.c gstopenjpeg.c
|
||||||
libgstopenjpeg_la_CFLAGS = \
|
libgstopenjpeg_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) \
|
||||||
$(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(OPENJPEG_CFLAGS)
|
$(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(OPENJPEG_CFLAGS)
|
||||||
libgstopenjpeg_la_LIBADD = \
|
libgstopenjpeg_la_LIBADD = \
|
||||||
$(top_builddir)/gst-libs/gst/codecparsers/libgstcodecparsers-$(GST_API_VERSION).la \
|
$(top_builddir)/gst-libs/gst/codecparsers/libgstcodecparsers-$(GST_API_VERSION).la \
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
#include <gst/video/video.h>
|
#include <gst/video/video.h>
|
||||||
#include <gst-libs/gst/codecparsers/gstjpeg2000sampling.h>
|
#include <gst/codecparsers/gstjpeg2000sampling.h>
|
||||||
|
|
||||||
#include "gstopenjpeg.h"
|
#include "gstopenjpeg.h"
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "gstopenjpegenc.h"
|
#include "gstopenjpegenc.h"
|
||||||
#include <gst-libs/gst/codecparsers/gstjpeg2000sampling.h>
|
#include <gst/codecparsers/gstjpeg2000sampling.h>
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue