Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
2d290866
Commit
2d290866
authored
Feb 09, 2012
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
macosx: updated eyetv plugin xcodeproj (fixes #5299)
(cherry picked from commit
87387eec
)
parent
53818c6f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
7 deletions
+19
-7
extras/package/macosx/eyetvplugin/eyetvplugin.c
extras/package/macosx/eyetvplugin/eyetvplugin.c
+3
-3
extras/package/macosx/eyetvplugin/eyetvplugin.xcodeproj/project.pbxproj
.../macosx/eyetvplugin/eyetvplugin.xcodeproj/project.pbxproj
+16
-4
No files found.
extras/package/macosx/eyetvplugin/eyetvplugin.c
View file @
2d290866
...
...
@@ -320,7 +320,7 @@ static long VLCEyeTVPluginPacketsArrived(VLCEyeTVPluginGlobals_t *globals, EyeTV
if
(
sent
==
-
1
)
printf
(
"data sending failed (errno=%d)
\n
"
,
errno
);
else
printf
(
"data sending incomplete (sent=%d)
\n
"
,
sent
);
printf
(
"data sending incomplete (sent=%
z
d)
\n
"
,
sent
);
close
(
i_vlcSock
);
i_vlcSock
=
-
1
;
return
0
;
...
...
@@ -370,7 +370,7 @@ static long VLCEyeTVPluginPacketsArrived(VLCEyeTVPluginGlobals_t *globals, EyeTV
if
(
sent
==
-
1
)
printf
(
"data sending failed (errno=%d)
\n
"
,
errno
);
else
printf
(
"data sending incomplete (sent=%d)
\n
"
,
sent
);
printf
(
"data sending incomplete (sent=%
z
d)
\n
"
,
sent
);
close
(
i_vlcSock
);
i_vlcSock
=
-
1
;
return
0
;
...
...
@@ -411,7 +411,7 @@ static long VLCEyeTVPluginServiceChanged(VLCEyeTVPluginGlobals_t *globals,
if
(
globals
)
{
printf
(
"DeviceID: %ld, "
,
deviceID
);
printf
(
"DeviceID: %ld, "
,
(
long
)
deviceID
);
printf
(
"HeadendID: %ld, "
,
headendID
);
printf
(
"TransponderID: %ld, "
,
transponderID
);
printf
(
"ServiceID: %ld
\n\n
"
,
serviceID
);
...
...
extras/package/macosx/eyetvplugin/eyetvplugin.xcodeproj/project.pbxproj
View file @
2d290866
...
...
@@ -3,7 +3,7 @@
archiveVersion
=
1
;
classes
=
{
};
objectVersion
=
4
2
;
objectVersion
=
4
6
;
objects
=
{
/* Begin PBXBuildFile section */
...
...
@@ -116,9 +116,19 @@
/* Begin PBXProject section */
089C1669FE841209C02AAC07
/* Project object */
=
{
isa
=
PBXProject
;
attributes
=
{
ORGANIZATIONNAME
=
VideoLAN
;
};
buildConfigurationList
=
1DEB911E08733D790010E9CD
/* Build configuration list for PBXProject "eyetvplugin" */
;
compatibilityVersion
=
"Xcode 2.4"
;
compatibilityVersion
=
"Xcode 3.2"
;
developmentRegion
=
English
;
hasScannedForEncodings
=
1
;
knownRegions
=
(
English
,
Japanese
,
French
,
German
,
);
mainGroup
=
089C166AFE841209C02AAC07
/* VLC EyeTV Plug-In */
;
projectDirPath
=
""
;
projectRoot
=
""
;
...
...
@@ -183,6 +193,7 @@
isa
=
XCBuildConfiguration
;
buildSettings
=
{
ARCHS
=
(
x86_64
,
ppc
,
i386
,
);
...
...
@@ -201,17 +212,18 @@
GCC_WARN_ABOUT_RETURN_TYPE
=
YES
;
GCC_WARN_UNUSED_VARIABLE
=
YES
;
PREBINDING
=
NO
;
SDKROOT
=
/Developer/SDKs/MacOSX10.4u.sdk
;
SDKROOT
=
macosx10.5
;
};
name
=
Debug
;
};
1DEB912008733D790010E9CD
/* Release */
=
{
isa
=
XCBuildConfiguration
;
buildSettings
=
{
ARCHS
=
"$(ARCHS_STANDARD_64_BIT)"
;
GCC_WARN_ABOUT_RETURN_TYPE
=
YES
;
GCC_WARN_UNUSED_VARIABLE
=
YES
;
PREBINDING
=
NO
;
SDKROOT
=
/Developer/SDKs/MacOSX10.4u.sdk
;
SDKROOT
=
macosx10.5
;
};
name
=
Release
;
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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