diff options
author | Michael Brückner <mb (plus) vdr (at) gekrumbel (dot) de> | 2007-04-03 10:37:03 +0000 |
---|---|---|
committer | Michael Brückner <mb (plus) vdr (at) gekrumbel (dot) de> | 2007-04-03 10:37:03 +0000 |
commit | 124866e451e104143b6f9d02548b547732abd2a9 (patch) | |
tree | 73e78f8048c374a008c3572e4ab30535589d7f4d /images/Makefile | |
parent | ef5ff47cd81d961a8a81ac2200fee71a07f8ce16 (diff) | |
download | vdr-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/Makefile')
-rw-r--r-- | images/Makefile | 3 |
1 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" $< |