Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stefan Strogin
flac
Commits
ee3032a0
Commit
ee3032a0
authored
Nov 19, 2002
by
Josh Coalson
Browse files
patches from Miroslav for file info dialog and tag editing
parent
eb3c586a
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
src/plugin_xmms/Makefile.am
View file @
ee3032a0
...
...
@@ -36,7 +36,7 @@ LIBTOOL = $(top_builddir)/libtool-disable-static
xmmsinputplugin_LTLIBRARIES
=
libxmms-flac.la
plugin_sources
=
charset.c configure.c plugin.c wrap_id3.c
plugin_sources
=
charset.c configure.c plugin.c wrap_id3.c
fileinfo.c
if
FLaC__HAS_ID3LIB
libxmms_flac_la_SOURCES
=
$(plugin_sources)
...
...
src/plugin_xmms/Makefile.lite
View file @
ee3032a0
...
...
@@ -29,6 +29,7 @@ OBJS = \
charset.o
\
configure.o
\
plugin.o
\
fileinfo.o
\
wrap_id3.o
include
$(topdir)/build/lib.mk
...
...
src/plugin_xmms/fileinfo.c
View file @
ee3032a0
This diff is collapsed.
Click to expand it.
src/plugin_xmms/plugin.c
View file @
ee3032a0
...
...
@@ -47,6 +47,7 @@
#endif
#define min(x,y) ((x)<(y)?(x):(y))
extern
void
FLAC_XMMS__file_info_box
(
char
*
filename
);
typedef
struct
{
FLAC__bool
abort_flag
;
...
...
@@ -108,7 +109,7 @@ InputPlugin flac_ip =
NULL
,
NULL
,
FLAC_XMMS__get_song_info
,
NULL
,
/*
file_info_box
*/
FLAC_XMMS__
file_info_box
,
NULL
};
...
...
Write
Preview
Supports
Markdown
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