diff options
author | Mike Lampard <mlampard@users.sourceforge.net> | 2001-11-19 17:07:15 +0000 |
---|---|---|
committer | Mike Lampard <mlampard@users.sourceforge.net> | 2001-11-19 17:07:15 +0000 |
commit | 6689ec37a04a8119be383b3ab5ebff0150a256fa (patch) | |
tree | eb466060119f15d9a7c79fa39131839d8e03a5c1 /src/dxr3/dxr3_video_out.h | |
parent | 3377adc5847430b8060e245fc7ffd60e2f4ecd77 (diff) | |
download | xine-lib-6689ec37a04a8119be383b3ab5ebff0150a256fa.tar.gz xine-lib-6689ec37a04a8119be383b3ab5ebff0150a256fa.tar.bz2 |
unify standard dxr3 config options under one banner (dxr3). The dxr3 encoder
is now under its own banner (dxr3enc).
CVS patchset: 1078
CVS date: 2001/11/19 17:07:15
Diffstat (limited to 'src/dxr3/dxr3_video_out.h')
-rw-r--r-- | src/dxr3/dxr3_video_out.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dxr3/dxr3_video_out.h b/src/dxr3/dxr3_video_out.h index d9263fbc0..c7d36b568 100644 --- a/src/dxr3/dxr3_video_out.h +++ b/src/dxr3/dxr3_video_out.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: dxr3_video_out.h,v 1.5 2001/11/19 15:06:12 mlampard Exp $ + * $Id: dxr3_video_out.h,v 1.6 2001/11/19 17:07:15 mlampard Exp $ * */ @@ -51,7 +51,7 @@ #endif #include "../video_out/video_out_x11.h" -#define LOOKUP_DEV "codec.dxr3_devname" +#define LOOKUP_DEV "dxr3.devicename" #define DEFAULT_DEV "/dev/em8300" struct coeff { |