enable more; update for basetransform
Original commit message from CVS: enable more; update for basetransform
This commit is contained in:
parent
3885c61ec9
commit
0232ff9645
@ -1,3 +1,12 @@
|
|||||||
|
2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
* ext/Makefile.am:
|
||||||
|
lame and mpegaudioparse seem to work
|
||||||
|
* gst/videobox/gstvideobox.c: (gst_video_box_class_init),
|
||||||
|
(gst_video_box_transform_caps), (gst_video_box_get_unit_size):
|
||||||
|
update for basetransform changes
|
||||||
|
|
||||||
2005-08-24 Jan Schmidt <thaytan@mad.scientist.com>
|
2005-08-24 Jan Schmidt <thaytan@mad.scientist.com>
|
||||||
* gst/level/gstlevel.c: (gst_level_message_new):
|
* gst/level/gstlevel.c: (gst_level_message_new):
|
||||||
GST_MESSAGE_SRC became a GObject
|
GST_MESSAGE_SRC became a GObject
|
||||||
|
@ -294,6 +294,7 @@ GST_PLUGINS_ALL="\
|
|||||||
goom \
|
goom \
|
||||||
law \
|
law \
|
||||||
level \
|
level \
|
||||||
|
mpegaudioparse \
|
||||||
qtdemux \
|
qtdemux \
|
||||||
realmedia \
|
realmedia \
|
||||||
rtp \
|
rtp \
|
||||||
|
@ -172,11 +172,11 @@ endif
|
|||||||
LADSPA_DIR=
|
LADSPA_DIR=
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
# if USE_LAME
|
if USE_LAME
|
||||||
# LAME_DIR=lame
|
LAME_DIR=lame
|
||||||
# else
|
else
|
||||||
LAME_DIR=
|
LAME_DIR=
|
||||||
# endif
|
endif
|
||||||
|
|
||||||
# if USE_LCS
|
# if USE_LCS
|
||||||
# LCS_DIR=lcs
|
# LCS_DIR=lcs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user