projects
/
platform
/
upstream
/
gstreamer.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
video: Remove video library from -bad
[platform/upstream/gstreamer.git]
/
gst-libs
/
gst
/
Makefile.am
1
if HAVE_EGL
2
EGL_DIR = egl
3
endif
4
5
SUBDIRS = interfaces signalprocessor basecamerabinsrc codecparsers \
6
insertbin $(EGL_DIR)
7
8
noinst_HEADERS = gst-i18n-plugin.h gettext.h glib-compat-private.h
9
DIST_SUBDIRS = interfaces egl signalprocessor basecamerabinsrc codecparsers \
10
insertbin
11