diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-01-15 10:45:55 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-01-15 10:45:55 +0000 |
commit | 7ceb2380fdd141842b9fbc59e48e223ef8afcb6b (patch) | |
tree | 4c6f15756e79d0a6f2bea8b1ea4caf1b9d14bf2c | |
parent | 843970fe0655caa71f691c7f313731daca49ef45 (diff) |
gst/colorspace/: Fix compiling... Didn't test if it actually works.
Original commit message from CVS:
2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
* gst/colorspace/gstcolorspace.c:
* gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
(gst_colorspace_i420_to_yv12):
Fix compiling... Didn't test if it actually works.
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net> + + * gst/colorspace/gstcolorspace.c: + * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420), + (gst_colorspace_i420_to_yv12): + Fix compiling... Didn't test if it actually works. + 2004-01-15 David Schleef <ds@schleef.org> * configure.ac: |