Commit c36d3ca6 authored by Sam Hocevar's avatar Sam Hocevar

. normalement on devrait se prendre 1 seul mail par commit gr�ce aux

  top scripts de tibob.
 . suppression de Makefile
 . rajout de include/defs.h.in qui g�n�re include/defs.h

 pour g�n�rer le Makefile et defs.h il faut lancer ./configure

 pour ceux qui voudraient toucher � configure.in, "include/defs.h.in" est
g�n�r� par la commande autoheader, et "configure" est g�n�r� par autoconf
parent e092ce6b
This diff is collapsed.
...@@ -339,6 +339,7 @@ clean: ...@@ -339,6 +339,7 @@ clean:
distclean: clean distclean: clean
rm -f **/*.o **/*.so **/*~ *.log rm -f **/*.o **/*.so **/*~ *.log
rm -f Makefile include/defs.h config.cache config.log
rm -f vlc gmon.out core rm -f vlc gmon.out core
rm -rf .dep rm -rf .dep
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA. * Boston, MA 02111-1307, USA.
*****************************************************************************/ *****************************************************************************/
#include "defs.h"
#include "int_types.h" #include "int_types.h"
#include "ac3_decoder.h" #include "ac3_decoder.h"
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA. * Boston, MA 02111-1307, USA.
*****************************************************************************/ *****************************************************************************/
#include "defs.h"
#include "int_types.h" #include "int_types.h"
#include "ac3_decoder.h" #include "ac3_decoder.h"
......
...@@ -33,6 +33,8 @@ ...@@ -33,6 +33,8 @@
/***************************************************************************** /*****************************************************************************
* Preamble * Preamble
*****************************************************************************/ *****************************************************************************/
#include "defs.h"
#include <unistd.h> /* getpid() */ #include <unistd.h> /* getpid() */
#include <stdio.h> /* "intf_msg.h" */ #include <stdio.h> /* "intf_msg.h" */
...@@ -40,9 +42,9 @@ ...@@ -40,9 +42,9 @@
#include <sys/types.h> /* on BSD, uio.h needs types.h */ #include <sys/types.h> /* on BSD, uio.h needs types.h */
#include <sys/uio.h> /* "input.h" */ #include <sys/uio.h> /* "input.h" */
#include "threads.h"
#include "common.h"
#include "config.h" #include "config.h"
#include "common.h"
#include "threads.h"
#include "mtime.h" #include "mtime.h"
#include "plugins.h" #include "plugins.h"
#include "debug.h" /* "input_netlist.h" */ #include "debug.h" /* "input_netlist.h" */
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA. * Boston, MA 02111-1307, USA.
*****************************************************************************/ *****************************************************************************/
#include "defs.h"
#include "int_types.h" #include "int_types.h"
#include "ac3_decoder.h" #include "ac3_decoder.h"
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA. * Boston, MA 02111-1307, USA.
*****************************************************************************/ *****************************************************************************/
#include "defs.h"
#include <stdio.h> /* "intf_msg.h" */ #include <stdio.h> /* "intf_msg.h" */
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA. * Boston, MA 02111-1307, USA.
*****************************************************************************/ *****************************************************************************/
#include "defs.h"
#include <math.h> #include <math.h>
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA. * Boston, MA 02111-1307, USA.
*****************************************************************************/ *****************************************************************************/
#include "defs.h"
#include <stdio.h> /* "intf_msg.h" */ #include <stdio.h> /* "intf_msg.h" */
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA. * Boston, MA 02111-1307, USA.
*****************************************************************************/ *****************************************************************************/
#include "defs.h"
#include "int_types.h" #include "int_types.h"
#include "ac3_decoder.h" #include "ac3_decoder.h"
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA. * Boston, MA 02111-1307, USA.
*****************************************************************************/ *****************************************************************************/
#include "defs.h"
#include "int_types.h" #include "int_types.h"
#include "ac3_decoder.h" #include "ac3_decoder.h"
......
...@@ -32,6 +32,8 @@ ...@@ -32,6 +32,8 @@
/***************************************************************************** /*****************************************************************************
* Preamble * Preamble
*****************************************************************************/ *****************************************************************************/
#include "defs.h"
#include <unistd.h> /* getpid() */ #include <unistd.h> /* getpid() */
#include <stdio.h> /* "intf_msg.h" */ #include <stdio.h> /* "intf_msg.h" */
...@@ -39,9 +41,9 @@ ...@@ -39,9 +41,9 @@
#include <sys/types.h> /* on BSD, uio.h needs types.h */ #include <sys/types.h> /* on BSD, uio.h needs types.h */
#include <sys/uio.h> /* "input.h" */ #include <sys/uio.h> /* "input.h" */
#include "threads.h"
#include "common.h"
#include "config.h" #include "config.h"
#include "common.h"
#include "threads.h"
#include "mtime.h" #include "mtime.h"
#include "plugins.h" #include "plugins.h"
#include "debug.h" /* "input_netlist.h" */ #include "debug.h" /* "input_netlist.h" */
......
...@@ -24,14 +24,16 @@ ...@@ -24,14 +24,16 @@
/***************************************************************************** /*****************************************************************************
* Preamble * Preamble
*****************************************************************************/ *****************************************************************************/
#include "defs.h"
#include <stdio.h> /* "intf_msg.h" */ #include <stdio.h> /* "intf_msg.h" */
#include <stdlib.h> /* malloc(), free() */ #include <stdlib.h> /* malloc(), free() */
#include <sys/types.h> /* on BSD, uio.h needs types.h */ #include <sys/types.h> /* on BSD, uio.h needs types.h */
#include <sys/uio.h> /* "input.h" */ #include <sys/uio.h> /* "input.h" */
#include "threads.h"
#include "config.h" #include "config.h"
#include "common.h" #include "common.h"
#include "threads.h"
#include "mtime.h" /* mtime_t */ #include "mtime.h" /* mtime_t */
#include "plugins.h" #include "plugins.h"
......
...@@ -36,14 +36,16 @@ ...@@ -36,14 +36,16 @@
/***************************************************************************** /*****************************************************************************
* Preamble * Preamble
*****************************************************************************/ *****************************************************************************/
#include "defs.h"
#include <unistd.h> /* getpid() */ #include <unistd.h> /* getpid() */
#include <stdio.h> /* "intf_msg.h" */ #include <stdio.h> /* "intf_msg.h" */
#include <stdlib.h> /* calloc(), malloc(), free() */ #include <stdlib.h> /* calloc(), malloc(), free() */
#include "threads.h"
#include "common.h"
#include "config.h" #include "config.h"
#include "common.h"
#include "threads.h"
#include "mtime.h" /* mtime_t, mdate(), msleep() */ #include "mtime.h" /* mtime_t, mdate(), msleep() */
#include "plugins.h" #include "plugins.h"
......
...@@ -32,6 +32,8 @@ ...@@ -32,6 +32,8 @@
/***************************************************************************** /*****************************************************************************
* Preamble * Preamble
*****************************************************************************/ *****************************************************************************/
#include "defs.h"
#include <errno.h> #include <errno.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
......
...@@ -26,6 +26,8 @@ ...@@ -26,6 +26,8 @@
/***************************************************************************** /*****************************************************************************
* Preamble * Preamble
*****************************************************************************/ *****************************************************************************/
#include "defs.h"
#include <errno.h> /* errno */ #include <errno.h> /* errno */
#include <sys/types.h> /* on BSD, uio.h needs types.h */ #include <sys/types.h> /* on BSD, uio.h needs types.h */
#include <sys/uio.h> /* "input.h" */ #include <sys/uio.h> /* "input.h" */
...@@ -34,9 +36,9 @@ ...@@ -34,9 +36,9 @@
#include <stdlib.h> /* free() */ #include <stdlib.h> /* free() */
#include <netinet/in.h> /* ntohs() */ #include <netinet/in.h> /* ntohs() */
#include "threads.h"
#include "common.h"
#include "config.h" #include "config.h"
#include "common.h"
#include "threads.h"
#include "mtime.h" #include "mtime.h"
#include "intf_msg.h" #include "intf_msg.h"
#include "plugins.h" #include "plugins.h"
......
...@@ -26,14 +26,16 @@ ...@@ -26,14 +26,16 @@
/***************************************************************************** /*****************************************************************************
* Preamble * Preamble
*****************************************************************************/ *****************************************************************************/
#include "defs.h"
#include <sys/types.h> /* on BSD, uio.h needs types.h */ #include <sys/types.h> /* on BSD, uio.h needs types.h */
#include <sys/uio.h> /* "input.h" */ #include <sys/uio.h> /* "input.h" */
#include <netinet/in.h> /* ntohs */ #include <netinet/in.h> /* ntohs */
#include "threads.h"
#include "common.h"
#include "config.h" #include "config.h"
#include "common.h"
#include "threads.h"
#include "mtime.h" #include "mtime.h"
#include "intf_msg.h" #include "intf_msg.h"
#include "plugins.h" #include "plugins.h"
......
...@@ -24,12 +24,14 @@ ...@@ -24,12 +24,14 @@
/***************************************************************************** /*****************************************************************************
* Preamble * Preamble
*****************************************************************************/ *****************************************************************************/
#include "defs.h"
#include <sys/types.h> /* on BSD, uio.h needs types.h */ #include <sys/types.h> /* on BSD, uio.h needs types.h */
#include <sys/uio.h> /* "input.h" */ #include <sys/uio.h> /* "input.h" */
#include "threads.h"
#include "common.h"
#include "config.h" #include "config.h"
#include "common.h"
#include "threads.h"
#include "mtime.h" #include "mtime.h"
#include "input.h" #include "input.h"
......
...@@ -25,6 +25,8 @@ ...@@ -25,6 +25,8 @@
/***************************************************************************** /*****************************************************************************
* Preamble * Preamble
*****************************************************************************/ *****************************************************************************/
#include "defs.h"
#include <sys/types.h> /* on BSD, uio.h needs types.h */ #include <sys/types.h> /* on BSD, uio.h needs types.h */
#include <sys/uio.h> /* "input.h" */ #include <sys/uio.h> /* "input.h" */
...@@ -32,9 +34,9 @@ ...@@ -32,9 +34,9 @@
#include <string.h> /* strerror() */ #include <string.h> /* strerror() */
#include <errno.h> /* errno */ #include <errno.h> /* errno */
#include "threads.h"
#include "common.h"
#include "config.h" #include "config.h"
#include "common.h"
#include "threads.h"
#include "mtime.h" #include "mtime.h"
#include "intf_msg.h" #include "intf_msg.h"
#include "debug.h" #include "debug.h"
......
...@@ -25,6 +25,8 @@ ...@@ -25,6 +25,8 @@
/***************************************************************************** /*****************************************************************************
* Preamble * Preamble
*****************************************************************************/ *****************************************************************************/
#include "defs.h"
#include <sys/types.h> /* on BSD, uio.h needs types.h */ #include <sys/types.h> /* on BSD, uio.h needs types.h */
#include <sys/uio.h> /* "input.h" */ #include <sys/uio.h> /* "input.h" */
#include <string.h> /* strerror() */ #include <string.h> /* strerror() */
...@@ -39,9 +41,9 @@ ...@@ -39,9 +41,9 @@
#include <netdb.h> /* servent, getservbyname(), hostent, gethostbyname() */ #include <netdb.h> /* servent, getservbyname(), hostent, gethostbyname() */
#include <netinet/in.h> /* sockaddr_in, htons(), htonl() */ #include <netinet/in.h> /* sockaddr_in, htons(), htonl() */
#include "threads.h"
#include "common.h"
#include "config.h" #include "config.h"
#include "common.h"
#include "threads.h"
#include "mtime.h" #include "mtime.h"
#include "netutils.h" #include "netutils.h"
......
...@@ -25,14 +25,16 @@ ...@@ -25,14 +25,16 @@
/***************************************************************************** /*****************************************************************************
* Preamble * Preamble
*****************************************************************************/ *****************************************************************************/
#include "defs.h"
#include <sys/types.h> /* on BSD, uio.h needs types.h */ #include <sys/types.h> /* on BSD, uio.h needs types.h */
#include <sys/uio.h> /* "input.h" */ #include <sys/uio.h> /* "input.h" */
#include <stdlib.h> /* atoi(), malloc(), free() */ #include <stdlib.h> /* atoi(), malloc(), free() */
#include <netinet/in.h> /* ntohl() */ #include <netinet/in.h> /* ntohl() */
#include "threads.h"
#include "config.h" #include "config.h"
#include "common.h" #include "common.h"
#include "threads.h"
#include "mtime.h" #include "mtime.h"
#include "debug.h" #include "debug.h"
#include "input.h" #include "input.h"
......
...@@ -26,15 +26,17 @@ ...@@ -26,15 +26,17 @@
/***************************************************************************** /*****************************************************************************
* Preamble * Preamble
*****************************************************************************/ *****************************************************************************/
#include "defs.h"
#include <sys/types.h> /* on BSD, uio.h needs types.h */ #include <sys/types.h> /* on BSD, uio.h needs types.h */
#include <sys/uio.h> /* "input.h" */ #include <sys/uio.h> /* "input.h" */
#include <stdlib.h> /* free(), realloc() */ #include <stdlib.h> /* free(), realloc() */
#include <string.h> /* bzero() */ #include <string.h> /* bzero() */
#include <netinet/in.h> /* ntohs() */ #include <netinet/in.h> /* ntohs() */
#include "threads.h"
#include "common.h"
#include "config.h" #include "config.h"
#include "common.h"
#include "threads.h"
#include "mtime.h" #include "mtime.h"
#include "intf_msg.h" #include "intf_msg.h"
#include "debug.h" #include "debug.h"
......
...@@ -24,6 +24,8 @@ ...@@ -24,6 +24,8 @@
/***************************************************************************** /*****************************************************************************
* Preamble * Preamble
*****************************************************************************/ *****************************************************************************/
#include "defs.h"
#include <errno.h> /* ENOMEM */ #include <errno.h> /* ENOMEM */
#include <stdio.h> /* sprintf() */ #include <stdio.h> /* sprintf() */
#include <unistd.h> /* close() */ #include <unistd.h> /* close() */
...@@ -44,9 +46,9 @@ ...@@ -44,9 +46,9 @@
#include <net/if.h> /* interface (arch-dependent) */ #include <net/if.h> /* interface (arch-dependent) */
#endif #endif
#include "threads.h"
#include "config.h" #include "config.h"
#include "common.h" #include "common.h"
#include "threads.h"
#include "mtime.h" #include "mtime.h"
#include "netutils.h" #include "netutils.h"
#include "input_vlan.h" #include "input_vlan.h"
......
...@@ -26,6 +26,8 @@ ...@@ -26,6 +26,8 @@
/***************************************************************************** /*****************************************************************************
* Preamble * Preamble
*****************************************************************************/ *****************************************************************************/
#include "defs.h"
#include <errno.h> /* ENOMEM */ #include <errno.h> /* ENOMEM */
#include <stdlib.h> /* free(), strtol() */ #include <stdlib.h> /* free(), strtol() */
#include <stdio.h> /* FILE */ #include <stdio.h> /* FILE */
...@@ -33,9 +35,9 @@ ...@@ -33,9 +35,9 @@
#include <sys/types.h> /* on BSD, uio.h needs types.h */ #include <sys/types.h> /* on BSD, uio.h needs types.h */
#include <sys/uio.h> /* for input.h */ #include <sys/uio.h> /* for input.h */
#include "threads.h"
#include "config.h" #include "config.h"
#include "common.h" #include "common.h"
#include "threads.h"
#include "mtime.h" #include "mtime.h"
#include "plugins.h" #include "plugins.h"
#include "input.h" #include "input.h"
......
...@@ -27,14 +27,16 @@ ...@@ -27,14 +27,16 @@
/***************************************************************************** /*****************************************************************************
* Preamble * Preamble
*****************************************************************************/ *****************************************************************************/
#include "defs.h"
#include <errno.h> /* errno */ #include <errno.h> /* errno */
#include <stdio.h> /* FILE */ #include <stdio.h> /* FILE */
#include <stdlib.h> /* strtod(), strtol() */ #include <stdlib.h> /* strtod(), strtol() */
#include <string.h> /* strerror() */ #include <string.h> /* strerror() */
#include "threads.h"
#include "config.h" #include "config.h"
#include "common.h" #include "common.h"
#include "threads.h"
#include "mtime.h" #include "mtime.h"
#include "plugins.h" #include "plugins.h"
......
...@@ -24,6 +24,8 @@ ...@@ -24,6 +24,8 @@
/***************************************************************************** /*****************************************************************************
* Preamble * Preamble
*****************************************************************************/ *****************************************************************************/
#include "defs.h"
#include <stdlib.h> /* malloc() */ #include <stdlib.h> /* malloc() */
#include "config.h" #include "config.h"
......
...@@ -41,6 +41,8 @@ ...@@ -41,6 +41,8 @@
/***************************************************************************** /*****************************************************************************
* Preamble * Preamble
*****************************************************************************/ *****************************************************************************/
#include "defs.h"
#include <sys/types.h> /* on BSD, uio.h needs types.h */ #include <sys/types.h> /* on BSD, uio.h needs types.h */
#include <sys/stat.h> /* on BSD, fstat() needs stat.h */ #include <sys/stat.h> /* on BSD, fstat() needs stat.h */
#include <sys/uio.h> /* "input.h" */ #include <sys/uio.h> /* "input.h" */
...@@ -50,9 +52,9 @@ ...@@ -50,9 +52,9 @@
#include <fcntl.h> /* open() */ #include <fcntl.h> /* open() */
/* Common headers */ /* Common headers */
#include "threads.h"
#include "config.h" #include "config.h"
#include "common.h" #include "common.h"
#include "threads.h"
#include "mtime.h" #include "mtime.h"
#include "debug.h" #include "debug.h"
#include "plugins.h" #include "plugins.h"
......
...@@ -26,6 +26,8 @@ ...@@ -26,6 +26,8 @@
/***************************************************************************** /*****************************************************************************
* Preamble * Preamble
*****************************************************************************/ *****************************************************************************/
#include "defs.h"
#include <errno.h> /* errno */ #include <errno.h> /* errno */
#include <fcntl.h> /* O_CREAT, O_TRUNC, O_WRONLY, O_SYNC */ #include <fcntl.h> /* O_CREAT, O_TRUNC, O_WRONLY, O_SYNC */
#include <stdio.h> /* required */ #include <stdio.h> /* required */
...@@ -34,9 +36,9 @@ ...@@ -34,9 +36,9 @@
#include <string.h> /* strerror() */ #include <string.h> /* strerror() */
#include <unistd.h> /* close(), write() */ #include <unistd.h> /* close(), write() */
#include "threads.h"
#include "config.h" #include "config.h"
#include "common.h" #include "common.h"
#include "threads.h"
#include "mtime.h" #include "mtime.h"
#include "plugins.h" #include "plugins.h"
#include "intf_msg.h" #include "intf_msg.h"
......
...@@ -26,6 +26,8 @@ ...@@ -26,6 +26,8 @@
/***************************************************************************** /*****************************************************************************
* Preamble * Preamble
*****************************************************************************/ *****************************************************************************/
#include "defs.h"
#include <signal.h> /* SIGHUP, SIGINT, SIGKILL */ #include <signal.h> /* SIGHUP, SIGINT, SIGKILL */
#include <getopt.h> /* getopt() */ #include <getopt.h> /* getopt() */
#include <stdio.h> /* sprintf() */ #include <stdio.h> /* sprintf() */
...@@ -34,9 +36,9 @@ ...@@ -34,9 +36,9 @@
#include <stdlib.h> /* getenv(), strtol(), */ #include <stdlib.h> /* getenv(), strtol(), */
#include <string.h> /* strerror() */ #include <string.h> /* strerror() */
#include "threads.h"
#include "config.h" #include "config.h"
#include "common.h" #include "common.h"
#include "threads.h"
#include "mtime.h" #include "mtime.h"
#include "plugins.h" #include "plugins.h"
#include "input_vlan.h" #include "input_vlan.h"
......
...@@ -20,13 +20,14 @@ ...@@ -20,13 +20,14 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA. * Boston, MA 02111-1307, USA.
*****************************************************************************/ *****************************************************************************/
#include "defs.h"
#include <sys/types.h> /* on BSD, uio.h needs types.h */ #include <sys/types.h> /* on BSD, uio.h needs types.h */
#include <sys/uio.h> /* for input.h */ #include <sys/uio.h> /* for input.h */
#include "threads.h"
#include "config.h" #include "config.h"
#include "common.h" #include "common.h"
#include "threads.h"
#include "mtime.h" #include "mtime.h"
#include "debug.h" /* XXX?? temporaire, requis par netlist.h */ #include "debug.h" /* XXX?? temporaire, requis par netlist.h */
......
...@@ -30,6 +30,8 @@ ...@@ -30,6 +30,8 @@
/***************************************************************************** /*****************************************************************************
* Preamble * Preamble
*****************************************************************************/ *****************************************************************************/
#include "defs.h"
#include <stdio.h> /* sprintf() */ #include <stdio.h> /* sprintf() */
#include <unistd.h> /* select() */ #include <unistd.h> /* select() */
#include <sys/time.h> #include <sys/time.h>
...@@ -38,6 +40,7 @@ ...@@ -38,6 +40,7 @@
#include <kernel/OS.h> #include <kernel/OS.h>
#endif #endif
#include "config.h"
#include "common.h" #include "common.h"
#include "mtime.h" #include "mtime.h"
......
...@@ -24,6 +24,8 @@ ...@@ -24,6 +24,8 @@
/***************************************************************************** /*****************************************************************************
* Preamble * Preamble
*****************************************************************************/ *****************************************************************************/
#include "defs.h"
#include <netdb.h> /* gethostbyname() */ #include <netdb.h> /* gethostbyname() */
#include <stdlib.h> /* free(), realloc(), atoi() */ #include <stdlib.h> /* free(), realloc(), atoi() */
#include <errno.h> /* errno() */ #include <errno.h> /* errno() */
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA. * Boston, MA 02111-1307, USA.
*****************************************************************************/ *****************************************************************************/
#include "defs.h"
#include <stdlib.h> /* free(), strtol() */ #include <stdlib.h> /* free(), strtol() */
#include <stdio.h> /* sprintf() */ #include <stdio.h> /* sprintf() */
...@@ -42,12 +43,8 @@ int RequestPlugin ( plugin_id_t * p_plugin, char * psz_mask, char * psz_name ) ...@@ -42,12 +43,8 @@ int RequestPlugin ( plugin_id_t * p_plugin, char * psz_mask, char * psz_name )
char * psz_plugin; char * psz_plugin;
char * psz_plugin_path[ PLUGIN_PATH_COUNT ] = char * psz_plugin_path[ PLUGIN_PATH_COUNT ] =
{ {
".", ".", PLUGIN_PATH,
PLUGIN_PATH, "plugins/aout", "plugins/vout", "plugins/intf" /* these ones should disappear */
/* these ones should disappear */
"./audio_output",
"./video_output",
"./interface"
}; };
i_length = strlen( psz_mask ) + strlen( psz_name ); i_length = strlen( psz_mask ) + strlen( psz_name );
......
...@@ -42,6 +42,8 @@ ...@@ -42,6 +42,8 @@
/***************************************************************************** /*****************************************************************************
* Preamble * Preamble
*****************************************************************************/ *****************************************************************************/
#include "defs.h"
#include <errno.h> /* errno */ #include <errno.h> /* errno */
#include <fcntl.h> /* open() */ #include <fcntl.h> /* open() */
#include <stdlib.h> /* free() */ #include <stdlib.h> /* free() */
......
...@@ -27,14 +27,16 @@ ...@@ -27,14 +27,16 @@
/***************************************************************************** /*****************************************************************************
* Preamble * Preamble
*****************************************************************************/ *****************************************************************************/
#include "defs.h"
#include <stdlib.h> /* malloc(), free() */ #include <stdlib.h> /* malloc(), free() */
#include <sys/types.h> /* on BSD, uio.h needs types.h */ #include <sys/types.h> /* on BSD, uio.h needs types.h */
#include <sys/uio.h> /* for input.h */ #include <sys/uio.h> /* for input.h */
#include <unistd.h> /* getpid() */ #include <unistd.h> /* getpid() */
#include "threads.h"
#include "config.h" #include "config.h"
#include "common.h" #include "common.h"
#include "threads.h"
#include "mtime.h" #include "mtime.h"
#include "intf_msg.h" #include "intf_msg.h"
......
...@@ -24,12 +24,14 @@ ...@@ -24,12 +24,14 @@
/***************************************************************************** /*****************************************************************************
* Preamble * Preamble
*****************************************************************************/ *****************************************************************************/
#include "defs.h"
#include <sys/types.h> /* on BSD, uio.h needs types.h */ #include <sys/types.h> /* on BSD, uio.h needs types.h */
#include <sys/uio.h> /* for input.h */ #include <sys/uio.h> /* for input.h */
#include "threads.h"
#include "config.h" #include "config.h"
#include "common.h" #include "common.h"
#include "threads.h"
#include "mtime.h" #include "mtime.h"
#include "plugins.h" #include "plugins.h"
......
...@@ -24,12 +24,14 @@ ...@@ -24,12 +24,14 @@
/***************************************************************************** /*****************************************************************************
* Preamble * Preamble
*****************************************************************************/ *****************************************************************************/
#include "defs.h"
#include <sys/types.h> /* on BSD, uio.h needs types.h */ #include <sys/types.h> /* on BSD, uio.h needs types.h */
#include <sys/uio.h> /* for input.h */ #include <sys/uio.h> /* for input.h */
#include "threads.h"
#include "config.h" #include "config.h"
#include "common.h" #include "common.h"
#include "threads.h"
#include "mtime.h" #include "mtime.h"
#include "plugins.h" #include "plugins.h"
......
...@@ -24,12 +24,14 @@ ...@@ -24,12 +24,14 @@
/***************************************************************************** /*****************************************************************************
* Preamble * Preamble
*****************************************************************************/ *****************************************************************************/
#include "defs.h"
#include <sys/types.h> /* on BSD, uio.h needs types.h */ #include <sys/types.h> /* on BSD, uio.h needs types.h */
#include <sys/uio.h> /* for input.h */ #include <sys/uio.h> /* for input.h */
#include "threads.h"
#include "config.h" #include "config.h"
#include "common.h" #include "common.h"
#include "threads.h"
#include "mtime.h" #include "mtime.h"
#include "plugins.h" #include "plugins.h"
......
...@@ -26,14 +26,16 @@ ...@@ -26,14 +26,16 @@
/***************************************************************************** /*****************************************************************************
* Preamble * Preamble
*****************************************************************************/ *****************************************************************************/
#include "defs.h"
#include <stdlib.h> /* free() */ #include <stdlib.h> /* free() */
#include <unistd.h> /* getpid() */ #include <unistd.h> /* getpid() */
#include <sys/types.h> /* on BSD, uio.h needs types.h */ #include <sys/types.h> /* on BSD, uio.h needs types.h */
#include <sys/uio.h> /* for input.h */ #include <sys/uio.h> /* for input.h */
#include "threads.h"
#include "config.h" #include "config.h"
#include "common.h" #include "common.h"
#include "threads.h"
#include "mtime.h" #include "mtime.h"
#include "plugins.h" #include "plugins.h"
......
...@@ -27,14 +27,16 @@ ...@@ -27,14 +27,16 @@
/***************************************************************************** /*****************************************************************************
* Preamble * Preamble
*****************************************************************************/ *****************************************************************************/
#include "defs.h"
#include <errno.h> /* ENOMEM */ #include <errno.h> /* ENOMEM */
#include <stdlib.h> /* free() */ #include <stdlib.h> /* free() */
#include <stdio.h> /* sprintf() */ #include <stdio.h> /* sprintf() */
#include <string.h> /* strerror() */ #include <string.h> /* strerror() */
#include "threads.h"
#include "common.h"
#include "config.h" #include "config.h"
#include "common.h"
#include "threads.h"
#include "mtime.h" #include "mtime.h"
#include "plugins.h" #include "plugins.h"
#include "video.h" #include "video.h"
......
...@@ -24,14 +24,16 @@ ...@@ -24,14 +24,16 @@
/***************************************************************************** /*****************************************************************************
* Preamble * Preamble
*****************************************************************************/ *****************************************************************************/
#include "defs.h"
#include <errno.h> /* errno */ #include <errno.h> /* errno */
#include <stdlib.h> /* free() */ #include <stdlib.h> /* free() */
#include <string.h> /* strerror() */ #include <string.h> /* strerror() */
#include <fcntl.h> /* open() */ #include <fcntl.h> /* open() */
#include <unistd.h> /* read(), close() */ #include <unistd.h> /* read(), close() */
#include "common.h"
#include "config.h" #include "config.h"
#include "common.h"
#include "video_text.h" #include "video_text.h"
#include "intf_msg.h" #include "intf_msg.h"
......
...@@ -27,14 +27,16 @@ ...@@ -27,14 +27,16 @@
/***************************************************************************** /*****************************************************************************
* Preamble * Preamble
*****************************************************************************/ *****************************************************************************/
#include "defs.h"
#include <math.h> /* exp(), pow() */ #include <math.h> /* exp(), pow() */
#include <errno.h> /* ENOMEM */ #include <errno.h> /* ENOMEM */
#include <stdlib.h> /* free() */ #include <stdlib.h> /* free() */
#include <string.h> /* strerror() */ #include <string.h> /* strerror() */
#include "threads.h"
#include "common.h"
#include "config.h" #include "config.h"
#include "common.h"
#include "threads.h"
#include "mtime.h" #include "mtime.h"
#include "plugins.h" #include "plugins.h"
#include "video.h" #include "video.h"
......
...@@ -24,12 +24,14 @@ ...@@ -24,12 +24,14 @@
/***************************************************************************** /*****************************************************************************
* Preamble * Preamble
*****************************************************************************/ *****************************************************************************/
#include "defs.h"
#include <sys/types.h> /* on BSD, uio.h needs types.h */ #include <sys/types.h> /* on BSD, uio.h needs types.h */
#include <sys/uio.h> /* "input.h */ #include <sys/uio.h> /* "input.h */
#include "threads.h"
#include "config.h" #include "config.h"
#include "common.h" #include "common.h"
#include "threads.h"
#include "mtime.h" #include "mtime.h"
#include "plugins.h" #include "plugins.h"
......
...@@ -26,14 +26,16 @@ ...@@ -26,14 +26,16 @@
/***************************************************************************** /*****************************************************************************
* Preamble * Preamble
*****************************************************************************/ *****************************************************************************/
#include "defs.h"
#include <stdlib.h> /* malloc(), free() */ #include <stdlib.h> /* malloc(), free() */
#include <unistd.h> /* getpid() */ #include <unistd.h> /* getpid() */
#include <sys/types.h> /* on BSD, uio.h needs types.h */ #include <sys/types.h> /* on BSD, uio.h needs types.h */
#include <sys/uio.h> /* "input.h" */ #include <sys/uio.h> /* "input.h" */
#include "threads.h"
#include "config.h" #include "config.h"
#include "common.h" #include "common.h"
#include "threads.h"
#include "mtime.h" #include "mtime.h"
#include "plugins.h" #include "plugins.h"
......
...@@ -24,12 +24,14 @@ ...@@ -24,12 +24,14 @@
/***************************************************************************** /*****************************************************************************
* Preamble * Preamble
*****************************************************************************/ *****************************************************************************/
#include "defs.h"
#include <sys/types.h> /* on BSD, uio.h needs types.h */ #include <sys/types.h> /* on BSD, uio.h needs types.h */
#include <sys/uio.h> /* "input.h" */ #include <sys/uio.h> /* "input.h" */
#include "threads.h"
#include "config.h" #include "config.h"
#include "common.h" #include "common.h"
#include "threads.h"
#include "mtime.h" #include "mtime.h"
#include "plugins.h" #include "plugins.h"
......
...@@ -24,13 +24,15 @@ ...@@ -24,13 +24,15 @@
/***************************************************************************** /*****************************************************************************
* Preamble * Preamble
*****************************************************************************/ *****************************************************************************/
#include "defs.h"
#include <stdlib.h> /* free() */ #include <stdlib.h> /* free() */
#include <sys/types.h> /* on BSD, uio.h needs types.h */ #include <sys/types.h> /* on BSD, uio.h needs types.h */
#include <sys/uio.h> /* "input.h" */ #include <sys/uio.h> /* "input.h" */
#include "threads.h"
#include "config.h" #include "config.h"
#include "common.h" #include "common.h"
#include "threads.h"
#include "mtime.h" #include "mtime.h"
#include "plugins.h" #include "plugins.h"
......
...@@ -24,13 +24,15 @@ ...@@ -24,13 +24,15 @@
/***************************************************************************** /*****************************************************************************
* Preamble * Preamble
*****************************************************************************/ *****************************************************************************/
#include "defs.h"
#include <stdlib.h> /* free() */ #include <stdlib.h> /* free() */
#include <sys/types.h> /* on BSD, uio.h needs types.h */ #include <sys/types.h> /* on BSD, uio.h needs types.h */
#include <sys/uio.h> /* "input.h" */ #include <sys/uio.h> /* "input.h" */
#include "threads.h"
#include "config.h" #include "config.h"
#include "common.h" #include "common.h"
#include "threads.h"
#include "mtime.h" #include "mtime.h"
#include "plugins.h" #include "plugins.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment