summaryrefslogtreecommitdiff
path: root/images
diff options
context:
space:
mode:
authorMichael Brückner <mb (plus) vdr (at) gekrumbel (dot) de>2007-04-03 10:37:03 +0000
committerMichael Brückner <mb (plus) vdr (at) gekrumbel (dot) de>2007-04-03 10:37:03 +0000
commit124866e451e104143b6f9d02548b547732abd2a9 (patch)
tree73e78f8048c374a008c3572e4ab30535589d7f4d /images
parentef5ff47cd81d961a8a81ac2200fee71a07f8ce16 (diff)
downloadvdr-plugin-live-124866e451e104143b6f9d02548b547732abd2a9.tar.gz
vdr-plugin-live-124866e451e104143b6f9d02548b547732abd2a9.tar.bz2
- replaced remotecontrol.png and tv.png with jpg-versions (thx to jo01)
Diffstat (limited to 'images')
-rw-r--r--images/Makefile3
-rw-r--r--images/remotecontrol.jpgbin0 -> 16198 bytes
-rw-r--r--images/remotecontrol.pngbin91260 -> 0 bytes
-rw-r--r--images/tv.jpgbin0 -> 48098 bytes
-rw-r--r--images/tv.pngbin224804 -> 0 bytes
5 files changed, 3 insertions, 0 deletions
diff --git a/images/Makefile b/images/Makefile
index d8ea5e1..1e6a583 100644
--- a/images/Makefile
+++ b/images/Makefile
@@ -37,6 +37,9 @@ all: libimages.a
%.cpp: %.png
$(ECPPC) $(ECPPFLAGS) $(ECPPFLAGS_CSS) -b -m "image/png" $<
+%.cpp: %.jpg
+ $(ECPPC) $(ECPPFLAGS) $(ECPPFLAGS_CSS) -b -m "image/jpg" $<
+
%.cpp: %.ico
$(ECPPC) $(ECPPFLAGS) $(ECPPFLAGS_CSS) -b -m "image/x-icon" $<
diff --git a/images/remotecontrol.jpg b/images/remotecontrol.jpg
new file mode 100644
index 0000000..9d4ad05
--- /dev/null
+++ b/images/remotecontrol.jpg
Binary files differ
diff --git a/images/remotecontrol.png b/images/remotecontrol.png
deleted file mode 100644
index a39c554..0000000
--- a/images/remotecontrol.png
+++ /dev/null
Binary files differ
diff --git a/images/tv.jpg b/images/tv.jpg
new file mode 100644
index 0000000..34aee1c
--- /dev/null
+++ b/images/tv.jpg
Binary files differ
diff --git a/images/tv.png b/images/tv.png
deleted file mode 100644
index cf83a28..0000000
--- a/images/tv.png
+++ /dev/null
Binary files differ