Skip to content

Commit 4ae3514

Browse files
committed
merge conflicts fixes
1 parent 811dcc0 commit 4ae3514

File tree

6 files changed

+6
-40
lines changed

6 files changed

+6
-40
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -391,11 +391,6 @@ ofxBTrack original addon by [Nao Tokui](https://github.com/naotokui)
391391
ofxChromaKeyShader original addon by [Eric Koo](https://github.com/musiko)
392392

393393
ofxCv original addons by [Kyle McDonald](https://github.com/kylemcdonald)
394-
<<<<<<< HEAD
395-
=======
396-
397-
ofxDatGui, ofxParagraph original addons by [Stephen Braitsch](https://github.com/braitsch)
398-
>>>>>>> master
399394

400395
ofxEasing original addon by [Arturo Castro](https://github.com/arturoc)
401396

addon_config.mk

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,20 @@
1515
# and the PG will write to the console the kind of error and in which line it is
1616

1717
meta:
18-
ADDON_NAME = ofxVisualProgramming
19-
ADDON_DESCRIPTION = A visual programming patching environment for OF
20-
ADDON_AUTHOR = Emanuele Mazza
21-
ADDON_TAGS = "visual programming" "visual patching" "cyber-transmedia programming"
18+
ADDON_NAME = ofxVisualProgramming
19+
ADDON_DESCRIPTION = A visual programming patching environment for OF
20+
ADDON_AUTHOR = Emanuele Mazza
21+
ADDON_TAGS = "visual programming" "visual patching" "cyber-transmedia programming"
2222
ADDON_URL = http://github.com/d3cod3/ofxVisualProgramming
2323

2424
common:
2525
# dependencies with other addons, a list of them separated by spaces
2626
# or use += in several lines
2727
ADDON_DEPENDENCIES = ofxAssimpModelLoader ofxGui ofxKinect ofxNetwork ofxOpenCv ofxOsc ofxSvg ofxVectorGraphics ofxXmlSettings
2828
ADDON_DEPENDENCIES += ofxAudioAnalyzer ofxAudioFile ofxBTrack ofxChromaKeyShader ofxCv ofxEasing ofxFFmpegRecorder ofxFontStash ofxGLEditor
29-
<<<<<<< HEAD
3029
ADDON_DEPENDENCIES += ofxJSON ofxInfiniteCanvas ofxLua ofxMidi ofxMtlMapping2D
3130
ADDON_DEPENDENCIES += ofxPDSP ofxTimeline ofxWarp
3231
ADDON_DEPENDENCIES += ofxImGui
33-
=======
34-
ADDON_DEPENDENCIES += ofxDatGui ofxHistoryPlot ofxJSON ofxInfiniteCanvas ofxLua ofxMidi ofxMtlMapping2D ofxParagraph
35-
ADDON_DEPENDENCIES += ofxPDSP ofxThreadedFileDialog ofxTimeline ofxTimeMeasurements ofxWarp
36-
>>>>>>> master
3732

3833
# include search paths, this will be usually parsed from the file system
3934
# but if the addon or addon libraries need special search paths they can be
@@ -77,21 +72,12 @@ common:
7772
# a specific platform
7873
# ADDON_INCLUDES_EXCLUDE =
7974

75+
8076
linux64:
81-
<<<<<<< HEAD
8277
ADDON_DEPENDENCIES += ofxPd ofxPdExternals ofxPython ofxNDI
8378

8479
msys2:
8580
ADDON_SOURCES_EXCLUDE = src/objects/scripting/BashScript% src/objects/scripting/PythonScript% src/objects/sound/PDPatch% src/objects/video/VideoSender% src/objects/video/VideoReceiver%
8681

8782
osx:
8883
ADDON_DEPENDENCIES += ofxPd ofxPdExternals ofxPython ofxNDI
89-
=======
90-
ADDON_DEPENDENCIES += ofxJava ofxPd ofxPdExternals ofxPython ofxNDI
91-
92-
msys2:
93-
ADDON_SOURCES_EXCLUDE = src/objects/scripting/BashScript% src/objects/scripting/ProcessingScript% src/objects/scripting/PythonScript% src/objects/sound/PDPatch% src/objects/video/VideoSender% src/objects/video/VideoReceiver%
94-
95-
osx:
96-
ADDON_DEPENDENCIES += ofxJava ofxPd ofxPdExternals ofxPython ofxNDI
97-
>>>>>>> master

src/objects/scripting/PythonScript.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,8 @@
3232

3333
#if defined(TARGET_WIN32)
3434
// Unavailable on windows.
35-
<<<<<<< HEAD
3635
#elif !defined(OFXVP_BUILD_WITH_MINIMAL_OBJECTS)
37-
=======
38-
#else
39-
>>>>>>> master
36+
4037

4138
#include "PythonScript.h"
4239

src/objects/scripting/PythonScript.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@
3636

3737
#pragma once
3838

39-
#if defined(TARGET_WIN32)
40-
// Unavailable on windows.
41-
#else
42-
4339
#include "PatchObject.h"
4440

4541
#include "ofxPython.h"

src/objects/sound/PDPatch.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,7 @@
3232

3333
#if defined(TARGET_WIN32)
3434
// Unavailable on windows.
35-
<<<<<<< HEAD
3635
#elif !defined(OFXVP_BUILD_WITH_MINIMAL_OBJECTS)
37-
=======
38-
#else
39-
>>>>>>> master
4036

4137
#include "PDPatch.h"
4238

src/objects/sound/PDPatch.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,7 @@
3232

3333
#if defined(TARGET_WIN32)
3434
// Unavailable on windows.
35-
<<<<<<< HEAD
3635
#elif !defined(OFXVP_BUILD_WITH_MINIMAL_OBJECTS)
37-
=======
38-
#else
39-
>>>>>>> master
4036

4137
#pragma once
4238

0 commit comments

Comments
 (0)