Skip to content

Commit 9e37ffd

Browse files
authored
Merge pull request #141 from yichuan1118/master
Fix videoRGBA missing issue for libARVideo + libARWrapper
2 parents b4d8a72 + 722b5d6 commit 9e37ffd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ARToolKit5iOS.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -901,6 +901,7 @@
901901
4AF9712B1B5F5709001BFEB5 /* timers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4AF9706A1B5F5708001BFEB5 /* timers.cpp */; };
902902
4AF9712D1B5F5709001BFEB5 /* freak.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4AF970771B5F5708001BFEB5 /* freak.cpp */; };
903903
4AF9712E1B5F5709001BFEB5 /* hough_similarity_voting.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4AF9707A1B5F5708001BFEB5 /* hough_similarity_voting.cpp */; };
904+
901F3ED3202FA07E001E0CB2 /* videoRGBA.c in Sources */ = {isa = PBXBuildFile; fileRef = 4A29CE691F660EBF00D92AB9 /* videoRGBA.c */; };
904905
/* End PBXBuildFile section */
905906

906907
/* Begin PBXContainerItemProxy section */
@@ -7768,6 +7769,7 @@
77687769
buildActionMask = 2147483647;
77697770
files = (
77707771
4A061BE11F45552400E6EAAD /* CameraVideo.m in Sources */,
7772+
901F3ED3202FA07E001E0CB2 /* videoRGBA.c in Sources */,
77717773
4A061BDD1F45551400E6EAAD /* videoDummy.c in Sources */,
77727774
4A941CFB1AE5DC79000FA802 /* videoSaveImage.c in Sources */,
77737775
4A061BDF1F45551E00E6EAAD /* MovieVideo.m in Sources */,

0 commit comments

Comments
 (0)