mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
fixing libmng build
Original commit message from CVS: fixing libmng build
This commit is contained in:
parent
526f41a344
commit
f790a7f5bc
2 changed files with 9 additions and 1 deletions
|
@ -1905,8 +1905,8 @@ ext/ivorbis/Makefile
|
||||||
ext/lcs/Makefile
|
ext/lcs/Makefile
|
||||||
ext/libcaca/Makefile
|
ext/libcaca/Makefile
|
||||||
ext/libfame/Makefile
|
ext/libfame/Makefile
|
||||||
ext/libpng/Makefile
|
|
||||||
ext/libmng/Makefile
|
ext/libmng/Makefile
|
||||||
|
ext/libpng/Makefile
|
||||||
ext/librfb/Makefile
|
ext/librfb/Makefile
|
||||||
ext/libvisual/Makefile
|
ext/libvisual/Makefile
|
||||||
ext/mad/Makefile
|
ext/mad/Makefile
|
||||||
|
|
|
@ -172,6 +172,12 @@ else
|
||||||
LIBFAME_DIR=
|
LIBFAME_DIR=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if USE_LIBMNG
|
||||||
|
LIBMNG_DIR=libmng
|
||||||
|
else
|
||||||
|
LIBMNG_DIR=
|
||||||
|
endif
|
||||||
|
|
||||||
if USE_LIBPNG
|
if USE_LIBPNG
|
||||||
LIBPNG_DIR=libpng
|
LIBPNG_DIR=libpng
|
||||||
else
|
else
|
||||||
|
@ -377,6 +383,7 @@ SUBDIRS=\
|
||||||
$(LIBCACA_DIR) \
|
$(LIBCACA_DIR) \
|
||||||
$(LIBDV_DIR) \
|
$(LIBDV_DIR) \
|
||||||
$(LIBFAME_DIR) \
|
$(LIBFAME_DIR) \
|
||||||
|
$(LIBMNG_DIR) \
|
||||||
$(LIBPNG_DIR) \
|
$(LIBPNG_DIR) \
|
||||||
$(LIBRFB_DIR) \
|
$(LIBRFB_DIR) \
|
||||||
$(LIBVISUAL_DIR) \
|
$(LIBVISUAL_DIR) \
|
||||||
|
@ -435,6 +442,7 @@ DIST_SUBDIRS=\
|
||||||
lcs \
|
lcs \
|
||||||
libcaca \
|
libcaca \
|
||||||
libfame \
|
libfame \
|
||||||
|
libmng \
|
||||||
libpng \
|
libpng \
|
||||||
librfb \
|
librfb \
|
||||||
libvisual \
|
libvisual \
|
||||||
|
|
Loading…
Reference in a new issue