File zm_database_default_config.patch of Package ZoneMinder
From 14c27e4835f1c5e0cc5c9e9b70cb30da1d391154 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(-)
Index: zoneminder-1.36.16/scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in
===================================================================
--- zoneminder-1.36.16.orig/scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in
+++ zoneminder-1.36.16/scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in
@@ -1023,7 +1023,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.~~
~~