Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
audiowmark
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Stefan Westerfeld
audiowmark
Commits
15492fe4
Commit
15492fe4
authored
Jun 07, 2024
by
Stefan Westerfeld
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MISC: macbuild.sh: set pkg-config path for ffmpeg@4
Signed-off-by:
Stefan Westerfeld
<
stefan@space.twc.de
>
parent
68327fe0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
macbuild.sh
misc/macbuild.sh
+7
-4
No files found.
misc/macbuild.sh
View file @
15492fe4
...
...
@@ -3,6 +3,8 @@ set -Eeo pipefail -x
# install dependencies
brew
install
autoconf-archive automake libsndfile fftw mpg123 libgcrypt libtool ffmpeg@4
export
PKG_CONFIG_PATH
=
"
$(
brew
--prefix
ffmpeg@4
)
/lib/pkgconfig:
${
PKG_CONFIG_PATH
:-}
"
export
PATH
=
"
$(
brew
--prefix
ffmpeg@4
)
/bin:
$PATH
"
# build zita-resampler
git clone https://github.com/swesterfeld/zita-resampler
...
...
@@ -13,10 +15,11 @@ cd ..
export
DYLD_LIBRARY_PATH
=
/usr/local/lib:
$DYLD_LIBRARY_PATH
# build audiowmark
./autogen.sh
make
make check
NPROC
=
`
sysctl
-n
hw.ncpu
`
make
-j
$NPROC
make
-j
$NPROC
check
# build audiowmark with ffmpeg support
make clean
./autogen.sh
--with-ffmpeg
make
make check
make
-j
$NPROC
make
-j
$NPROC
check
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