Projects
Multimedia
mpfc
mpfc-fix_missing_includes.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mpfc-fix_missing_includes.patch of Package mpfc (Revision 3)
Currently displaying revision
3
,
Show latest
--- libmpfcwnd/wnd_repval.c.orig 2011-03-13 21:47:14.000000000 +0100 +++ libmpfcwnd/wnd_repval.c 2011-03-13 21:47:30.000000000 +0100 @@ -25,6 +25,7 @@ #include "wnd_dialog.h" #include "wnd_editbox.h" #include "wnd_repval.h" +#include "wnd_label.h" /* Create a repeat value dialog */ dialog_t *wnd_repval_new( wnd_t *parent, void *on_ok, int dig ) --- libmpfcwnd/wnd_filebox.c.orig 2011-03-13 21:45:32.000000000 +0100 +++ libmpfcwnd/wnd_filebox.c 2011-03-13 21:46:28.000000000 +0100 @@ -33,6 +33,9 @@ #include "wnd_editbox.h" #include "wnd_filebox.h" #include "wnd_hbox.h" +#include "wnd_label.h" + +extern int mbslen( char *str ); /* Create a new file box */ filebox_t *filebox_new( wnd_t *parent, char *id, char *text, char letter, --- libmpfcwnd/wnd_combobox.c.orig 2011-03-13 21:46:39.000000000 +0100 +++ libmpfcwnd/wnd_combobox.c 2011-03-13 21:47:06.000000000 +0100 @@ -28,6 +28,9 @@ #include "wnd_dlgitem.h" #include "wnd_editbox.h" #include "wnd_hbox.h" +#include "wnd_label.h" + +extern int mbslen( char *str ); /* Create a new combo box */ combo_t *combo_new( wnd_t *parent, char *id, char *text, char letter, --- libmpfcwnd/wnd_print.c.orig 2011-03-13 21:44:42.000000000 +0100 +++ libmpfcwnd/wnd_print.c 2011-03-13 21:44:50.000000000 +0100 @@ -32,6 +32,7 @@ #include "types.h" #include "wnd.h" #include "wnd_print.h" +#include "util.h" /* Move cursor to a specified position */ void wnd_move( wnd_t *wnd, wnd_move_style_t style, int x, int y ) --- libmpfcwnd/wnd_mouse.c.orig 2011-03-13 21:45:09.000000000 +0100 +++ libmpfcwnd/wnd_mouse.c 2011-03-13 21:45:14.000000000 +0100 @@ -27,6 +27,7 @@ #include <stdlib.h> #include <string.h> #include "wnd.h" +#include "util.h" /* Initialize mouse */ wnd_mouse_data_t *wnd_mouse_init( wnd_global_data_t *global ) --- libmpfcwnd/wnd.c.orig 2011-03-13 21:43:05.000000000 +0100 +++ libmpfcwnd/wnd.c 2011-03-13 21:54:48.000000000 +0100 @@ -29,6 +29,9 @@ #include "logger.h" #include "wnd.h" #include "wnd_root.h" +#include "util.h" + +extern int mbslen( char *str ); /* Initialize window system and create root window */ wnd_t *wnd_init( cfg_node_t *cfg_list, logger_t *log ) --- src/info_rw_thread.c.orig 2011-03-13 21:50:18.000000000 +0100 +++ src/info_rw_thread.c 2011-03-13 21:50:35.000000000 +0100 @@ -27,6 +27,7 @@ #include "info_rw_thread.h" #include "player.h" #include "song.h" +#include "util.h" /* Thread queue */ irw_queue_t *irw_head, *irw_tail; --- src/player.c.orig 2011-03-13 21:47:47.000000000 +0100 +++ src/player.c 2011-03-13 21:58:43.000000000 +0100 @@ -58,7 +58,15 @@ #include "wnd_multiview_dialog.h" #include "wnd_radio.h" #include "wnd_root.h" +#include "wnd_repval.h" #include "xconvert.h" +#include "info_rw_thread.h" +#include "outp.h" +#include "inp.h" +#include "genp.h" +extern void outp_set_mixer_type( out_plugin_t *p, plugin_mixer_type_t type ); +extern dword inp_get_flags( in_plugin_t *p ); +extern void pmng_hook( pmng_t *pmng, char *hook ); /***** * --- src/plist.c.orig 2011-03-13 21:58:13.000000000 +0100 +++ src/plist.c 2011-03-13 21:58:20.000000000 +0100 @@ -36,6 +36,7 @@ #include "util.h" #include "undo.h" #include "wnd.h" +#include "info_rw_thread.h" extern void pmng_hook( pmng_t *pmng, char *hook ); --- libmpfc/id3.c.orig 2011-03-13 21:41:08.000000000 +0100 +++ libmpfc/id3.c 2011-03-13 21:41:21.000000000 +0100 @@ -26,6 +26,7 @@ #include <unicode/ucnv.h> #include "types.h" #include "myid3.h" +#include "util.h" /* Create a new empty tag */ id3_tag_t *id3_new( void ) --- libmpfc/logger.c.orig 2011-03-13 21:42:40.000000000 +0100 +++ libmpfc/logger.c 2011-03-13 21:42:49.000000000 +0100 @@ -28,6 +28,8 @@ #include "cfg.h" #include "logger.h" +int logger_get_level( logger_t *log ); + /* Initialize logger */ logger_t *logger_new( cfg_node_t *cfg_list, char *file_name ) { --- libmpfc/vfs.c.orig 2011-03-13 21:42:13.000000000 +0100 +++ libmpfc/vfs.c 2011-03-13 21:42:28.000000000 +0100 @@ -33,6 +33,8 @@ #include "vfs.h" #include "util.h" +extern dword inp_get_flags( in_plugin_t *p ); + /* Check if symbol is a special pattern symbol */ #define VFS_SYM_SPECIAL(ch, space_is_special) \ ((ch) == '*' || (ch) == '?' || (ch) == '[' || (ch) == ']' || \ --- libmpfc/file_http.c.orig 2011-03-13 21:40:51.000000000 +0100 +++ libmpfc/file_http.c 2011-03-13 21:41:02.000000000 +0100 @@ -35,6 +35,7 @@ #include "file.h" #include "file_http.h" #include "mystring.h" +#include "util.h" /* Get file data */ #define FHTTP_GET_DATA(data, file) \
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.