File zm_database_default_config.patch of Package ZoneMinder
From d0ec86525fff0bb76102add5b2e5c069d226c3e6 Mon Sep 17 00:00:00 2001
From: Dirk Hartmann <2monex@gmx.net>
Date: Thu, 4 Aug 2016 20:37:56 +0200
Subject: [PATCH 1/7] zm_database_default_config.patch
---
scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in b/scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in
index eac13cb75..37af9f529 100644
--- a/scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in
+++ b/scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in
@@ -993,7 +993,7 @@ our @options = (
},
{
name => 'ZM_PATH_FFMPEG',
- default => '@PATH_FFMPEG@',
+ default => '/usr/bin/ffmpeg',
description => 'Path to (optional) ffmpeg mpeg encoder',
help => 'This path should point to where ffmpeg has been installed.',
requires => [ { name=>'ZM_OPT_FFMPEG', value=>'yes' } ],
--
2.18.0