viddec: Set latency base on the number of bframes
[platform/upstream/gst-libav.git] / docs / Makefile.am
1 if ENABLE_GTK_DOC
2 GTK_DOC_DIRS = # plugins
3 else
4 GTK_DOC_DIRS =
5 endif
6
7 SUBDIRS = $(GTK_DOC_DIRS)
8 DIST_SUBDIRS = # plugins
9
10 EXTRA_DIST = \
11         version.entities.in
12
13 upload:
14         @if test "x$(SUBDIRS)" != x; then for a in $(SUBDIRS); do cd $$a; make upload; cd ..; done; fi