diff options
| author | scop <scop> | 2006-01-17 18:54:46 +0000 |
|---|---|---|
| committer | scop <scop> | 2006-01-17 18:54:46 +0000 |
| commit | fffcba32e39f7d69b609855c05ce789335e8dc75 (patch) | |
| tree | 5b4e9d80a60d41db26194bd4267e9f54deb516dc | |
| parent | cd8f8d8b3b349e8a0f3876dbe27a73b8c11cd6b5 (diff) | |
| download | vdr-plugin-dxr3-fffcba32e39f7d69b609855c05ce789335e8dc75.tar.gz vdr-plugin-dxr3-fffcba32e39f7d69b609855c05ce789335e8dc75.tar.bz2 | |
Clean up leftovers from the image grab code removal.
| -rw-r--r-- | HISTORY | 2 | ||||
| -rw-r--r-- | dxr3device.c | 5 |
2 files changed, 1 insertions, 6 deletions
@@ -309,4 +309,4 @@ NOTE: I havent found time to include all of the languages, will be done in pre2 2006-xx-xx: Version 0.2.6 -- [No changes yet] +- clean up leftovers from the image grab code removal in 0.2.5 (Ville Skyttä) diff --git a/dxr3device.c b/dxr3device.c index 7981ddb..70b5529 100644 --- a/dxr3device.c +++ b/dxr3device.c @@ -26,11 +26,6 @@ #include "dxr3tools.h" #include "dxr3osd.h" -extern "C" -{ -#include <jpeglib.h> -} - // ================================== //! constructor cDxr3Device::cDxr3Device() : m_DemuxDevice(cDxr3Interface::Instance()) |
