diff -ru ogle-0.8.2.orig/ctrl/ctrl.c ogle-0.8.2/ctrl/ctrl.c
--- ogle-0.8.2.orig/ctrl/ctrl.c	Sun Dec  2 22:37:59 2001
+++ ogle-0.8.2/ctrl/ctrl.c	Thu Jan  3 20:48:55 2002
@@ -831,6 +831,8 @@
       cleanup_and_exit();
     }
   }
+
+  init_decoder(msgqid_str, getenv("DVDP_IR"));
   
   /* If any streams are specified on the commadline, dexmux only those */
   /*
diff -ru ogle-0.8.2.orig/scripts/ogle.in ogle-0.8.2/scripts/ogle.in
--- ogle-0.8.2.orig/scripts/ogle.in	Sat Oct 13 23:49:51 2001
+++ ogle-0.8.2/scripts/ogle.in	Thu Jan  3 20:47:56 2002
@@ -18,6 +18,8 @@
 DVDP_ROOT=@libdir@/@PACKAGE@
 
 export DVDP_ROOT
+DVDP_IR=$DVDP_ROOT/ogle_ir
+export DVDP_IR
 DVDP_CTRL=$DVDP_ROOT/ogle_ctrl
 export DVDP_CTRL
 DVDP_DEMUX=$DVDP_ROOT/ogle_mpeg_ps
