summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-10-09 19:38:52 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-10-09 19:38:52 +0000
commitb561dfdf478ef882bc18b89a0fe17f98950c5baa (patch)
tree9a3d964df76076f53917856084e29607792e204d /ChangeLog
parentffa9e5fc674d274be5324c58e7c9beedb4ecb66d (diff)
downloadgst-plugins-bad-b561dfdf478ef882bc18b89a0fe17f98950c5baa.tar.gz
gst-plugins-bad-b561dfdf478ef882bc18b89a0fe17f98950c5baa.tar.bz2
gst-plugins-bad-b561dfdf478ef882bc18b89a0fe17f98950c5baa.zip
gst/deinterlace2/tvtime/tomsmocomp.c: Fix unused variable compiler warning when not building
Original commit message from CVS: * gst/deinterlace2/tvtime/tomsmocomp.c: (gst_deinterlace_method_tomsmocomp_class_init): Fix unused variable compiler warning when not building X86 assembly.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bf5cb732..113715b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-10-09 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * gst/deinterlace2/tvtime/tomsmocomp.c:
+ (gst_deinterlace_method_tomsmocomp_class_init):
+ Fix unused variable compiler warning when not building
+ X86 assembly.
+
2008-10-09 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* gst/flv/gstflvdemux.c: (gst_flv_demux_loop):