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
GNOME
libdmapsharing
Commits
208c2e17
Commit
208c2e17
authored
Mar 15, 2010
by
W. Michael Petullo
Browse files
Use -D instead of dmap-priv.h to define G_LOG_DOMAIN.
Signed-off-by:
W. Michael Petullo
<
mike@flyn.org
>
parent
4da3d31d
Changes
8
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
208c2e17
15 March 2010 W. Michael Petullo <mike@flyn.org>
* Set def. and min. value of track, year and disc to 0 (not 1) in
DAAPRecord.
11 March 2010 W. Michael Petullo <mike@flyn.org>
* Add user agent header to requests (Rhythmbox bug #610440).
...
...
libdmapsharing/Makefile.am
View file @
208c2e17
...
...
@@ -42,6 +42,13 @@ libdmapsharing_la_SOURCES += \
gst-util.c
endif
libdmapsharing_la_CFLAGS
=
\
-DG_LOG_DOMAIN
=
\"
libdmapsharing
\"
\
-I
$(top_srcdir)
\
$(SOUP_CFLAGS)
\
$(GSTREAMERAPP_CFLAGS)
\
$(MDNS_CFLAGS)
libdmapsharing_la_LDFLAGS
=
\
-version-info
@SO_VERSION@
\
$(GLIB_LIBS)
\
...
...
@@ -72,7 +79,6 @@ libdmapsharinginclude_HEADERS = \
noinst_HEADERS
=
\
dmap-marshal.h
\
dmap-priv.h
\
dmap-config.h
\
dmap-md5.h
\
dmap-mdns-avahi.h
\
...
...
@@ -83,12 +89,6 @@ noinst_HEADERS = \
g-gst-wav-input-stream.h
\
gst-util.h
INCLUDES
=
\
-I
$(top_srcdir)
\
$(SOUP_CFLAGS)
\
$(GSTREAMERAPP_CFLAGS)
\
$(MDNS_CFLAGS)
dmap-marshal.c
:
dmap-marshal.list
@
glib-genmarshal
--prefix
=
dmap_marshal
$(srcdir)
/dmap-marshal.list
--header
--body
>
dmap-marshal.c
...
...
libdmapsharing/daap-share.c
View file @
208c2e17
...
...
@@ -22,8 +22,6 @@
*
*/
#include
<libdmapsharing/dmap-priv.h>
#include
"config.h"
#include
<time.h>
...
...
libdmapsharing/dmap-mdns-browser-avahi.c
View file @
208c2e17
...
...
@@ -19,8 +19,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA*
*/
#include
<libdmapsharing/dmap-priv.h>
#ifdef HAVE_CONFIG_H
#include
"config.h"
#endif
...
...
libdmapsharing/dmap-mdns-browser-howl.c
View file @
208c2e17
...
...
@@ -19,8 +19,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA*
*/
#include
<libdmapsharing/dmap-priv.h>
#ifdef HAVE_CONFIG_H
#include
"config.h"
#endif
...
...
libdmapsharing/dmap-priv.h
deleted
100644 → 0
View file @
4da3d31d
#ifndef __DMAP_PRIV_H
#define __DMAP_PRIV_H
#define G_LOG_DOMAIN "libdmapsharing"
#endif
/* __DMAP_PRIV_H */
libdmapsharing/dmap-share.c
View file @
208c2e17
...
...
@@ -22,8 +22,6 @@
*
*/
#include
<libdmapsharing/dmap-priv.h>
#include
"config.h"
#include
<time.h>
...
...
libdmapsharing/dpap-share.c
View file @
208c2e17
...
...
@@ -22,8 +22,6 @@
*
*/
#include
<libdmapsharing/dmap-priv.h>
#include
"config.h"
#include
<time.h>
...
...
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