Author: kitone
Date: Thu Jun 25 23:05:18 2015
New Revision: 950
URL: http://svn.gna.org/viewcvs/subtitleeditor?rev=950&view=rev
Log:
Fix bug #23662 : Subtitleeditor 0.52.0 errorcheckingplugin.cc:32:36: fatal
error: mincharacterspersecond.h: No such file or directory.
Modified:
trunk/ChangeLog
trunk/plugins/actions/errorchecking/Makefile.am
Modified: trunk/ChangeLog
URL:
http://svn.gna.org/viewcvs/subtitleeditor/trunk/ChangeLog?rev=950&r1=949&r2=950&view=diff
==============================================================================
--- trunk/ChangeLog (original)
+++ trunk/ChangeLog Thu Jun 25 23:05:18 2015
@@ -1,3 +1,8 @@
+2015-06-25 kitone <[email protected]>
+
+ * plugins/actions/errorchecking/Makefile.am:
+ Fix bug #23662 : Subtitleeditor 0.52.0 "errorcheckingplugin.cc:32:36:
fatal error: mincharacterspersecond.h: No such file or directory".
+
2015-06-24 kitone <[email protected]>
* NEWS:
Modified: trunk/plugins/actions/errorchecking/Makefile.am
URL:
http://svn.gna.org/viewcvs/subtitleeditor/trunk/plugins/actions/errorchecking/Makefile.am?rev=950&r1=949&r2=950&view=diff
==============================================================================
--- trunk/plugins/actions/errorchecking/Makefile.am (original)
+++ trunk/plugins/actions/errorchecking/Makefile.am Thu Jun 25 23:05:18 2015
@@ -16,15 +16,15 @@
liberrorchecking_la_SOURCES = \
errorchecking.h \
+ errorcheckingplugin.cc \
errorcheckingpreferences.h \
- errorcheckingplugin.cc \
maxcharactersperline.h \
+ maxcharacterspersecond.h \
maxlinepersubtitle.h \
+ mincharacterspersecond.h \
+ mindisplaytime.h \
mingapbetweensubtitles.h \
- overlapping.h \
- mindisplaytime.h \
- maxcharacterspersecond.h \
- maxcharacterspersecond.h
+ overlapping.h
liberrorchecking_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS)
liberrorchecking_la_LIBADD = $(SUBTITLEEDITOR_LIBS) -L$(top_srcdir)/src
-lsubtitleeditor
_______________________________________________
Subtitleeditor-commits mailing list
[email protected]
https://mail.gna.org/listinfo/subtitleeditor-commits