Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
flac
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
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
Stefan Strogin
flac
Commits
1c00851a
Commit
1c00851a
authored
Feb 02, 2005
by
Josh Coalson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
need to link libiconv
parent
91ccea96
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
src/plugin_xmms/Makefile.am
src/plugin_xmms/Makefile.am
+2
-1
src/plugin_xmms/Makefile.lite
src/plugin_xmms/Makefile.lite
+1
-1
No files found.
src/plugin_xmms/Makefile.am
View file @
1c00851a
...
...
@@ -63,5 +63,6 @@ libxmms_flac_la_LIBADD = \
$(top_builddir)
/src/share/utf8/libutf8.la
\
$(top_builddir)
/src/libFLAC/libFLAC.la
\
-L
$(top_builddir)
/src/libFLAC/.libs
\
@XMMS_LIBS@
@XMMS_LIBS@
\
@LIBICONV@
libxmms_flac_la_LDFLAGS
=
-module
-avoid-version
src/plugin_xmms/Makefile.lite
View file @
1c00851a
...
...
@@ -24,7 +24,7 @@ topdir = ../..
LIB_NAME
=
libxmms-flac
INCLUDES
=
$(
shell
xmms-config
--cflags
)
-I
./include
-I
$(topdir)
/include
-I
..
# refer to the static libs explicitly
LIBS
=
$(topdir)
/obj/
$(BUILD)
/lib/libFLAC.a
$(topdir)
/obj/
$(BUILD)
/lib/libplugin_common.a
$(topdir)
/obj/
$(BUILD)
/lib/libgrabbag.a
$(topdir)
/obj/
$(BUILD)
/lib/libreplaygain_analysis.a
$(topdir)
/obj/
$(BUILD)
/lib/libreplaygain_synthesis.a
-lstdc
++
-lz
LIBS
=
$(topdir)
/obj/
$(BUILD)
/lib/libFLAC.a
$(topdir)
/obj/
$(BUILD)
/lib/libplugin_common.a
$(topdir)
/obj/
$(BUILD)
/lib/libgrabbag.a
$(topdir)
/obj/
$(BUILD)
/lib/libreplaygain_analysis.a
$(topdir)
/obj/
$(BUILD)
/lib/libreplaygain_synthesis.a
-
L
$(ICONV_LIB_DIR)
-liconv
-
lstdc
++
-lz
SRCS_C
=
\
charset.c
\
...
...
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