projects
/
platform
/
upstream
/
gst-plugins-good.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
gst/rtp/gstrtph264depay.c: Make sure we allocate enough memory for the codec_data.
[platform/upstream/gst-plugins-good.git]
/
docs
/
Makefile.am
1
if ENABLE_PLUGIN_DOCS
2
PLUGIN_DOCS_DIRS = plugins
3
else
4
PLUGIN_DOCS_DIRS =
5
endif
6
7
SUBDIRS = $(PLUGIN_DOCS_DIRS)
8
DIST_SUBDIRS = plugins
9
10
EXTRA_DIST = \
11
random/ChangeLog-0.8 \
12
upload.mak \
13
version.entities.in
14
15
upload:
16
@if test "x$(SUBDIRS)" != x; then for a in $(SUBDIRS); do cd $$a; make upload; cd ..; done; fi