diff options
-rw-r--r-- | ChangeLog | 13 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 13 insertions, 2 deletions
@@ -1,3 +1,16 @@ +2005-07-24 Thomas Vander Stichele <thomas at apestaart dot org> + + * configure.ac: + * gst/videoflip/Makefile.am: + * gst/videoflip/gstvideoflip.c: + * gst/videoflip/gstvideoflip.h: + * gst/videoflip/videoflip.c: + * gst/videoflip/videoflip.h: + * gst/videoflip/videoflip.vcproj: + Dear God. One videoflip element being installed is + quite enough, thank you. Three hours of puzzling + wasted. + 2005-07-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net> * ext/x264/x264enc.c: (gst_x264enc_base_init): diff --git a/configure.ac b/configure.ac index b24b107d..c86b7650 100644 --- a/configure.ac +++ b/configure.ac @@ -437,7 +437,6 @@ GST_PLUGINS_ALL="\ videobox \ videocrop \ videodrop \ - videoflip \ videofilter \ videomixer \ videorate \ @@ -2086,7 +2085,6 @@ gst/videobox/Makefile gst/videocrop/Makefile gst/videodrop/Makefile gst/videofilter/Makefile -gst/videoflip/Makefile gst/videomixer/Makefile gst/videorate/Makefile gst/videoscale/Makefile |