rlazojr / gecko-mediaplayer

Automatically exported from code.google.com/p/gecko-mediaplayer
GNU General Public License v2.0
0 stars 0 forks source link

Compile fixes for GTK without GIO #46

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. compile gecko-mediaplayer 0.9.8 on a distribution without GIO (e.g.
openSUSE 10.3)

What is the expected output? What do you see instead?
Compilation fails:
  gm_parse.c: In function 'gm_parse_asx_is_asx':
  gm_parse.c:165: warning: implicit declaration of function 'strcmp'
  gm_parse.c:169: error: 'parse' undeclared (first use in this function)

What version of the product are you using? On what operating system?
gecko-mediaplayer 0.9.8 on openSUSE 10.3/x86_64

Please provide any additional information below.

see attached patch.

Note that the patch also fixes a warning caused by a missing "#include
<stdio.h>"

Original issue reported on code.google.com by pascal.b...@gmail.com on 29 Sep 2009 at 9:46

Attachments:

GoogleCodeExporter commented 8 years ago
Already fixed in SVN

Original comment by kdeko...@gmail.com on 29 Sep 2009 at 12:49