mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 20:42:30 +00:00
video: Fix generation of orc sources
This commit is contained in:
parent
ac1887d73d
commit
b354613556
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ glib_gen_basename = video
|
|||
|
||||
built_sources = video-enumtypes.c
|
||||
built_headers = video-enumtypes.h
|
||||
BUILT_SOURCES = $(built_sources) $(built_headers)
|
||||
BUILT_SOURCES += $(built_sources) $(built_headers)
|
||||
|
||||
lib_LTLIBRARIES = libgstvideo-@GST_API_VERSION@.la
|
||||
|
||||
|
|
Loading…
Reference in a new issue