Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gst-plugins-base
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sebastian Dröge
gst-plugins-base
Commits
211cc1cf
Commit
211cc1cf
authored
Aug 05, 2012
by
Tim-Philipp Müller
🐠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
video: make sure g-i doesn't parse orc-generated video-orc.h file
It's not public API.
parent
284f9676
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gst-libs/gst/video/Makefile.am
gst-libs/gst/video/Makefile.am
+2
-2
No files found.
gst-libs/gst/video/Makefile.am
View file @
211cc1cf
...
...
@@ -77,9 +77,9 @@ if HAVE_INTROSPECTION
BUILT_GIRSOURCES
=
GstVideo-@GST_API_VERSION@.gir
gir_headers
=
$(
patsubst
%,
$(srcdir)
/%,
$
(
libgstvideo_@GST_API_VERSION@include_HEADERS
))
gir_headers
+=
$(
patsubst
%,
$(builddir)
/%,
$
(
nodist_libgstvideo_@GST_API_VERSION@include_HEADERS
))
gir_headers
+=
$(
patsubst
%,
$(builddir)
/%,
$(
built_headers
)
)
gir_sources
=
$(
patsubst
%,
$(srcdir)
/%,
$
(
libgstvideo_@GST_API_VERSION@_la_SOURCES
))
gir_sources
+=
$(
patsubst
%,
$(builddir)
/%,
$
(
nodist_libgstvideo_@GST_API_VERSION@_la_SOURCES
))
gir_sources
+=
$(
patsubst
%,
$(builddir)
/%,
$(
built_sources
)
)
gir_cincludes
=
$(
patsubst
%,--c-include
=
'gst/video/%'
,
$
(
libgstvideo_@GST_API_VERSION@include_HEADERS
))
gir_cincludes
+=
$(
patsubst
%,--c-include
=
'gst/video/%'
,
$
(
nodist_libgstvideo_@GST_API_VERSION@include_HEADERS
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment