mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
fix distcheck
Original commit message from CVS: fix distcheck
This commit is contained in:
parent
3dcbdad99c
commit
52dfc3d019
2 changed files with 9 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2005-10-21 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
|
* ext/Makefile.am:
|
||||||
|
fix distcheck
|
||||||
|
|
||||||
2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
|
2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
* ext/a52dec/Makefile.am:
|
* ext/a52dec/Makefile.am:
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
# if USE_A52DEC
|
if USE_A52DEC
|
||||||
# A52DEC_DIR = a52dec
|
A52DEC_DIR = a52dec
|
||||||
# else
|
else
|
||||||
A52DEC_DIR =
|
A52DEC_DIR =
|
||||||
# endif
|
endif
|
||||||
|
|
||||||
if USE_AMRNB
|
if USE_AMRNB
|
||||||
AMRNB_DIR = amrnb
|
AMRNB_DIR = amrnb
|
||||||
|
|
Loading…
Reference in a new issue