Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
VLMC
Commits
41c01d19
Commit
41c01d19
authored
Aug 04, 2016
by
Hugo Beauzée-Luyssen
Browse files
Include config.h in all source files
parent
73e0d8b0
Changes
103
Hide whitespace changes
Inline
Side-by-side
src/Backend/MLT/MLTFilter.cpp
View file @
41c01d19
...
...
@@ -20,6 +20,10 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include
"MLTFilter.h"
#include
<mlt++/MltFilter.h>
#include
<mlt++/MltProducer.h>
...
...
src/Backend/MLT/MLTInput.cpp
View file @
41c01d19
...
...
@@ -20,6 +20,10 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include
"MLTInput.h"
#include
"MLTProfile.h"
#include
"MLTBackend.h"
...
...
src/Backend/MLT/MLTMultiTrack.cpp
View file @
41c01d19
...
...
@@ -20,6 +20,10 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include
"MLTMultiTrack.h"
#include
<mlt++/MltTractor.h>
...
...
src/Backend/MLT/MLTOutput.cpp
View file @
41c01d19
...
...
@@ -20,6 +20,10 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include
"MLTOutput.h"
#include
"MLTInput.h"
#include
"MLTProfile.h"
...
...
src/Backend/MLT/MLTProfile.cpp
View file @
41c01d19
...
...
@@ -20,6 +20,10 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include
"MLTProfile.h"
#include
<mlt++/MltProfile.h>
...
...
src/Backend/MLT/MLTService.cpp
View file @
41c01d19
...
...
@@ -20,6 +20,10 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include
"MLTService.h"
#include
<mlt++/MltService.h>
#include
<mlt++/MltFilter.h>
...
...
src/Backend/MLT/MLTTrack.cpp
View file @
41c01d19
...
...
@@ -20,6 +20,10 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include
"MLTTrack.h"
#include
"MLTProfile.h"
#include
"MLTBackend.h"
...
...
src/Backend/MLT/MLTTransition.cpp
View file @
41c01d19
...
...
@@ -20,6 +20,10 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include
"MLTTransition.h"
#include
<mlt++/MltTransition.h>
...
...
src/Commands/AbstractUndoStack.cpp
View file @
41c01d19
...
...
@@ -20,6 +20,10 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include
"AbstractUndoStack.h"
#include
"Commands.h"
...
...
src/Commands/Commands.cpp
View file @
41c01d19
...
...
@@ -21,7 +21,9 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#include
"config.h"
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include
"Commands.h"
#include
"Project/Project.h"
...
...
src/Commands/KeyboardShortcutHelper.cpp
View file @
41c01d19
...
...
@@ -20,6 +20,10 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include
<QAction>
#include
"KeyboardShortcutHelper.h"
...
...
src/EffectsEngine/EffectHelper.cpp
View file @
41c01d19
...
...
@@ -21,6 +21,10 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include
"EffectsEngine/EffectHelper.h"
#include
"Main/Core.h"
#include
"Project/Project.h"
...
...
src/Gui/About.cpp
View file @
41c01d19
...
...
@@ -21,6 +21,10 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include
"About.h"
#include
"config.h"
...
...
src/Gui/ClipProperty.cpp
View file @
41c01d19
...
...
@@ -20,6 +20,10 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include
"ClipProperty.h"
#include
"ui/ClipProperty.h"
...
...
src/Gui/IntroDialog.cpp
View file @
41c01d19
...
...
@@ -20,6 +20,10 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include
"IntroDialog.h"
IntroDialog
::
IntroDialog
(
QWidget
*
parent
)
:
QDialog
(
parent
)
...
...
src/Gui/LanguageHelper.cpp
View file @
41c01d19
...
...
@@ -20,6 +20,10 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include
"LanguageHelper.h"
#include
<QApplication>
...
...
src/Gui/MainWindow.cpp
View file @
41c01d19
...
...
@@ -21,7 +21,9 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#include
"config.h"
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include
<QSizePolicy>
#include
<QDockWidget>
...
...
src/Gui/WorkflowFileRendererDialog.cpp
View file @
41c01d19
...
...
@@ -21,6 +21,10 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include
"WorkflowFileRendererDialog.h"
#include
"Main/Core.h"
...
...
src/Gui/effectsengine/EffectInstanceListModel.cpp
View file @
41c01d19
...
...
@@ -20,6 +20,10 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include
"EffectInstanceListModel.h"
#include
"Main/Core.h"
...
...
src/Gui/effectsengine/EffectInstanceWidget.cpp
View file @
41c01d19
...
...
@@ -20,6 +20,10 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include
"EffectInstanceWidget.h"
#include
"Gui/settings/BoolWidget.h"
...
...
Prev
1
2
3
4
5
6
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment