mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
fix to make it possible to build from disted tarball
Original commit message from CVS: fix to make it possible to build from disted tarball
This commit is contained in:
parent
f9d988db75
commit
829d2e7c0a
1 changed files with 2 additions and 1 deletions
|
@ -12,4 +12,5 @@ libgstcolorspace_la_CFLAGS = $(GST_CFLAGS)
|
||||||
libgstcolorspace_la_LIBADD =
|
libgstcolorspace_la_LIBADD =
|
||||||
libgstcolorspace_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstcolorspace_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
|
|
||||||
#noinst_HEADERS = yuv2rgb.h yuv2yuv.h
|
noinst_HEADERS = yuv2rgb.h gstcolorspace.h
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue