openjpeg: fix more broken includes

This commit is contained in:
Tim-Philipp Müller 2016-06-24 09:41:18 +01:00
parent cb7b6e7a90
commit ab2281be0f
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
plugin_LTLIBRARIES = libgstopenjpeg.la
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)
libgstopenjpeg_la_LIBADD = \
$(top_builddir)/gst-libs/gst/codecparsers/libgstcodecparsers-$(GST_API_VERSION).la \

View file

@ -24,7 +24,7 @@
#include <gst/gst.h>
#include <gst/video/video.h>
#include <gst-libs/gst/codecparsers/gstjpeg2000sampling.h>
#include <gst/codecparsers/gstjpeg2000sampling.h>
#include "gstopenjpeg.h"

View file

@ -25,7 +25,7 @@
#endif
#include "gstopenjpegenc.h"
#include <gst-libs/gst/codecparsers/gstjpeg2000sampling.h>
#include <gst/codecparsers/gstjpeg2000sampling.h>
#include <string.h>