mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
zbar: add new plugin to the build here too
This commit is contained in:
parent
8b2dde048e
commit
c22b45b4b2
1 changed files with 10 additions and 2 deletions
|
@ -360,6 +360,12 @@ else
|
||||||
XVID_DIR=
|
XVID_DIR=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if USE_ZBAR
|
||||||
|
ZBAR_DIR=zbar
|
||||||
|
else
|
||||||
|
ZBAR_DIR=
|
||||||
|
endif
|
||||||
|
|
||||||
SUBDIRS=\
|
SUBDIRS=\
|
||||||
$(ALSASPDIF_DIR) \
|
$(ALSASPDIF_DIR) \
|
||||||
$(ASSRENDER_DIR) \
|
$(ASSRENDER_DIR) \
|
||||||
|
@ -419,7 +425,8 @@ SUBDIRS=\
|
||||||
$(THEORA_DIR) \
|
$(THEORA_DIR) \
|
||||||
$(TIMIDITY_DIR) \
|
$(TIMIDITY_DIR) \
|
||||||
$(XINE_DIR) \
|
$(XINE_DIR) \
|
||||||
$(XVID_DIR)
|
$(XVID_DIR) \
|
||||||
|
$(ZBAR_DIR)
|
||||||
|
|
||||||
DIST_SUBDIRS = \
|
DIST_SUBDIRS = \
|
||||||
alsaspdif \
|
alsaspdif \
|
||||||
|
@ -467,4 +474,5 @@ DIST_SUBDIRS = \
|
||||||
swfdec \
|
swfdec \
|
||||||
theora \
|
theora \
|
||||||
timidity \
|
timidity \
|
||||||
xvid
|
xvid \
|
||||||
|
zbar
|
||||||
|
|
Loading…
Reference in a new issue