[vlc-devel] commit: eyetv: fix path of a file in the project (Derk-Jan Hartman )

git version control git at videolan.org
Fri Sep 5 15:56:37 CEST 2008


vlc | branch: master | Derk-Jan Hartman <hartman at videolan.org> | Wed Sep  3 15:25:52 2008 +0200| [f314aa0fa9b29b9d9f5c0114b5c7cb3af8eb8de5] | committer: Derk-Jan Hartman 

eyetv: fix path of a file in the project

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f314aa0fa9b29b9d9f5c0114b5c7cb3af8eb8de5
---

 .../eyetvplugin.xcodeproj/project.pbxproj          |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/extras/package/macosx/eyetvplugin/eyetvplugin.xcodeproj/project.pbxproj b/extras/package/macosx/eyetvplugin/eyetvplugin.xcodeproj/project.pbxproj
index 7c52325..9c4180a 100644
--- a/extras/package/macosx/eyetvplugin/eyetvplugin.xcodeproj/project.pbxproj
+++ b/extras/package/macosx/eyetvplugin/eyetvplugin.xcodeproj/project.pbxproj
@@ -20,7 +20,7 @@
 		CC09359A0AE11E6A00647FD0 /* eyetvplugin.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = eyetvplugin.c; sourceTree = "<group>"; };
 		CC09359C0AE11E7900647FD0 /* EyeTVPluginDefs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EyeTVPluginDefs.h; sourceTree = "<group>"; };
 		CC3AE2920AE2E4EE00ACC87C /* eyetvplugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = eyetvplugin.h; sourceTree = "<group>"; };
-		CC74BC500AE2714300AD738B /* eyetv.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = eyetv.c; path = ../../../../modules/access/eyetv.c; sourceTree = SOURCE_ROOT; };
+		CC74BC500AE2714300AD738B /* eyetv.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = eyetv.m; path = ../../../../modules/access/eyetv.m; sourceTree = SOURCE_ROOT; };
 /* End PBXFileReference section */
 
 /* Begin PBXFrameworksBuildPhase section */
@@ -85,7 +85,7 @@
 		CC74BC530AE2715100AD738B /* access module */ = {
 			isa = PBXGroup;
 			children = (
-				CC74BC500AE2714300AD738B /* eyetv.c */,
+				CC74BC500AE2714300AD738B /* eyetv.m */,
 			);
 			name = "access module";
 			sourceTree = "<group>";




More information about the vlc-devel mailing list