diff options
author | austriancoder <austriancoder> | 2005-08-16 18:29:46 +0000 |
---|---|---|
committer | austriancoder <austriancoder> | 2005-08-16 18:29:46 +0000 |
commit | 96612b2205cb28c23c9df10f74c45606d0b0d199 (patch) | |
tree | 94bbdbaf8c41fac714163dde5cac98cac04f0196 /dxr3osd.c | |
parent | 7058fb1906258db9ddf844640b3568422b32cafc (diff) | |
download | vdr-plugin-dxr3-96612b2205cb28c23c9df10f74c45606d0b0d199.tar.gz vdr-plugin-dxr3-96612b2205cb28c23c9df10f74c45606d0b0d199.tar.bz2 |
renamed dxr3interface_spu_encoder.[ch] to dxr3spuencoder.[ch]
Diffstat (limited to 'dxr3osd.c')
-rw-r--r-- | dxr3osd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ #include "dxr3interface.h" #include "dxr3osd.h" -#include "dxr3interface_spu_encoder.h" +#include "dxr3spuencoder.h" #include "dxr3osd_subpicture.h" |