Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
6be7d870
Commit
6be7d870
authored
Mar 21, 2012
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib/libogg: added support for iOS by disabling make check
parent
e837caa7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
1 deletion
+14
-1
contrib/src/ogg/libogg-disable-check.patch
contrib/src/ogg/libogg-disable-check.patch
+12
-0
contrib/src/ogg/rules.mak
contrib/src/ogg/rules.mak
+2
-1
No files found.
contrib/src/ogg/libogg-disable-check.patch
0 → 100644
View file @
6be7d870
diff -ru libogg/src/Makefile.am libogg/src/Makefile.am
--- libogg/src/Makefile.am 2011-08-04 19:07:42.000000000 +0200
+++ libogg-f/src/Makefile.am 2012-03-21 13:05:23.000000000 +0100
@@ -9,7 +9,7 @@
# build and run the self tests on 'make check'
-noinst_PROGRAMS = test_bitwise test_framing
+noinst_PROGRAMS =
test_bitwise_SOURCES = bitwise.c
test_bitwise_CFLAGS = -D_V_SELFTEST
contrib/src/ogg/rules.mak
View file @
6be7d870
...
...
@@ -22,11 +22,12 @@ libogg: libogg-$(OGG_VERSION).tar.xz .sum-ogg
ifdef
HAVE_WINCE
$(APPLY)
$(SRC)
/ogg/libogg-wince.patch
endif
$(APPLY)
$(SRC)
/ogg/libogg-disable-check.patch
$(UPDATE_AUTOCONFIG)
$(MOVE)
.ogg
:
libogg
#
$(RECONF)
$(RECONF)
cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
cd
$<
&&
$(MAKE)
install
touch
$@
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