Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
fdk-aac
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
fdk-aac
Commits
59ff381e
Commit
59ff381e
authored
Jul 27, 2013
by
Martin Storsjo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include dependency libs (-lm) in the pkg-config file
parent
a63897ce
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
configure.ac
configure.ac
+4
-0
fdk-aac.pc.in
fdk-aac.pc.in
+2
-1
No files found.
configure.ac
View file @
59ff381e
...
@@ -27,7 +27,11 @@ dnl soname version to use
...
@@ -27,7 +27,11 @@ dnl soname version to use
dnl goes by ‘current[:revision[:age]]’ with the soname ending up as
dnl goes by ‘current[:revision[:age]]’ with the soname ending up as
dnl current.age.revision
dnl current.age.revision
FDK_AAC_VERSION=0:2:0
FDK_AAC_VERSION=0:2:0
AS_IF([test x$enable_shared = xyes], [LIBS_PRIVATE=$LIBS], [LIBS_PUBLIC=$LIBS])
AC_SUBST(FDK_AAC_VERSION)
AC_SUBST(FDK_AAC_VERSION)
AC_SUBST(LIBS_PUBLIC)
AC_SUBST(LIBS_PRIVATE)
AC_CONFIG_FILES([Makefile
AC_CONFIG_FILES([Makefile
fdk-aac.pc])
fdk-aac.pc])
...
...
fdk-aac.pc.in
View file @
59ff381e
...
@@ -6,5 +6,6 @@ includedir=@includedir@
...
@@ -6,5 +6,6 @@ includedir=@includedir@
Name: Fraunhofer FDK AAC Codec Library
Name: Fraunhofer FDK AAC Codec Library
Description: AAC codec library
Description: AAC codec library
Version: @PACKAGE_VERSION@
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lfdk-aac
Libs: -L${libdir} -lfdk-aac @LIBS_PUBLIC@
Libs.private: @LIBS_PRIVATE@
Cflags: -I${includedir}
Cflags: -I${includedir}
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