Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
be1a4a78
Commit
be1a4a78
authored
Sep 23, 2011
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
portaudio: drop patch applied upstream
parent
a9a76fbe
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
15 deletions
+0
-15
extras/contrib/src/Patches/portaudio-static.patch
extras/contrib/src/Patches/portaudio-static.patch
+0
-11
extras/contrib/src/contrib-src.mak
extras/contrib/src/contrib-src.mak
+0
-4
No files found.
extras/contrib/src/Patches/portaudio-static.patch
deleted
100644 → 0
View file @
a9a76fbe
--- portaudio/configure.in.orig 2010-10-10 14:02:33.000000000 +0200
+++ portaudio/configure.in 2010-10-10 14:03:04.000000000 +0200
@@ -348,6 +348,8 @@
esac
CFLAGS="$CFLAGS $THREAD_CFLAGS"
+test "$enable_shared" != "yes" && SHARED_FLAGS=""
+
if test "$enable_cxx" = "yes"; then
AC_CONFIG_SUBDIRS([bindings/cpp])
ENABLE_CXX_TRUE=""
extras/contrib/src/contrib-src.mak
View file @
be1a4a78
...
...
@@ -1644,10 +1644,6 @@ portaudio: pa_stable_v$(PORTAUDIO_VERSION).tgz
ifneq
($(HOST),$(BUILD))
(
patch
-p0
< Patches/portaudio-cross.patch
;
cd
$@
;
autoconf
)
endif
ifdef
HAVE_WIN64
patch
-p0
< Patches/portaudio-static.patch
(
cd
$@
;
autoreconf
-if
)
endif
.portaudio
:
portaudio
(
cd
$<
;
$(HOSTCC)
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
&&
make
&&
make
install
)
...
...
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