FFmpegContent does not need audio_length().
[dcpomatic.git] / src / lib / cross.cc
index 29591c69f251cc9fd65de945e2e4e80ceab7f3be..285fbe1ce4352e0852dda1b457b75bdd94e5b5a3 100644 (file)
@@ -155,12 +155,10 @@ boost::filesystem::path
 shared_path ()
 {
 #ifdef DCPOMATIC_LINUX
-#ifdef DCPOMATIC_DEBUG
        char const * p = getenv ("DCPOMATIC_LINUX_SHARE_PREFIX");
        if (p) {
                return p;
        }
-#endif
        return boost::filesystem::canonical (LINUX_SHARE_PREFIX);
 #endif
 #ifdef DCPOMATIC_WINDOWS