Index: ffmpeg_wrapper.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/ffmpeg_wrapper/Attic/ffmpeg_wrapper.install,v
retrieving revision 1.1.6.2
diff -u -p -r1.1.6.2 ffmpeg_wrapper.install
--- ffmpeg_wrapper.install	23 Aug 2010 13:16:39 -0000	1.1.6.2
+++ ffmpeg_wrapper.install	24 Aug 2010 08:21:27 -0000
@@ -8,7 +8,7 @@
  */
 function ffmpeg_wrapper_install() {
   // Include the module functions
-  require_once('./ffmpeg_wrapper.module');
+  require_once(drupal_get_filename('module', 'ffmpeg_wrapper'));
   if (! ffmpeg_wrapper_which_ffmpeg()) {
     drupal_set_message(t('FFmpeg Wrapper could not find the path to the FFmpeg binary.
       You will need to set this by hand at: %link',
