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
179f76d0
Commit
179f76d0
authored
Jan 20, 2016
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contribs: libmpeg2, do not use AC_C_ALWAYS_INLINE
parent
27adc234
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
contrib/src/libmpeg2/libmpeg2-inline.patch
contrib/src/libmpeg2/libmpeg2-inline.patch
+10
-0
contrib/src/libmpeg2/rules.mak
contrib/src/libmpeg2/rules.mak
+1
-0
No files found.
contrib/src/libmpeg2/libmpeg2-inline.patch
0 → 100644
View file @
179f76d0
--- libmpeg2/configure.ac 2016-01-20 15:31:37.933547037 +0100
+++ libmpeg2.new/configure.ac 2016-01-20 15:05:40.931231465 +0100
@@ -149,7 +149,6 @@
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
-AC_C_ALWAYS_INLINE
AC_C_RESTRICT
AC_C_BUILTIN_EXPECT
AC_C_BIGENDIAN
contrib/src/libmpeg2/rules.mak
View file @
179f76d0
...
...
@@ -18,6 +18,7 @@ $(TARBALLS)/libmpeg2-$(LIBMPEG2_VERSION).tar.gz:
libmpeg2
:
libmpeg2-$(LIBMPEG2_VERSION).tar.gz .sum-libmpeg2
$(UNPACK)
$(APPLY)
$(SRC)
/libmpeg2/libmpeg2-arm-pld.patch
$(APPLY)
$(SRC)
/libmpeg2/libmpeg2-inline.patch
$(APPLY)
$(SRC)
/libmpeg2/libmpeg2-mc-neon.patch
$(UPDATE_AUTOCONFIG)
&&
cd
$(UNPACK_DIR)
&&
mv
config.guess config.sub .auto
$(MOVE)
...
...
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