summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Ruppert <>2012-01-10 22:48:42 +0100
committerJohns <johns98@gmx.net>2012-01-10 22:48:42 +0100
commit712b2e0de1cf9b0ff3706ce44c079e748399c0d4 (patch)
tree97aed2716d8fb2e40484c419fb453bb78bec84e1 /ChangeLog
parent54f92e67fc4864b86e313dabbf726f00b3268562 (diff)
downloadvdr-plugin-softhddevice-712b2e0de1cf9b0ff3706ce44c079e748399c0d4.tar.gz
vdr-plugin-softhddevice-712b2e0de1cf9b0ff3706ce44c079e748399c0d4.tar.bz2
Patch collection from Christian Ruppert.
Move objects before $LIBS to avoid link failures with --as-needed. Do not override CFLAGS for video test. Rearrange *FLAGS incl. some minor fixes. Don't override VDRDIR, LIBDIR and TMPDIR in makefile. Don't abuse LDFLAGS in makefile. Define CC in makefile. Include GL/gl.h for the GL_COLOR_BUFFER_BIT definition. VideoInit() needs an argument.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 944a032..6ddeddb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
+User Christian Rupper
+Date: Tue Jan 10 22:33:14 CET 2012
+
+ Move objects before $LIBS to avoid link failures with --as-needed.
+ Do not override CFLAGS for video test.
+ Rearrange *FLAGS incl. some minor fixes.
+ Don't override VDRDIR, LIBDIR and TMPDIR in makefile.
+ Don't abuse LDFLAGS in makefile.
+ Define CC in makefile.
+ Include GL/gl.h for the GL_COLOR_BUFFER_BIT definition.
+ VideoInit() needs an argument.
+
User johns
-Date:
+Date: Tue Jan 10 22:32:50 CET 2012
Add main menu entry, which suspends the plugin.
Add support for resize window.