Hello: I am have problems compiling mplayer under Linux after commit r30866: ,----[ Excerpt from SVN log ] | r30866 | sesse | 2010-03-08 14:57:37 -0500 (Mon, 08 Mar 2010) | 7 lines | | Implement DirectShow filter graph. | | DirectShow specifies that a filter (codec) can expect JoinFilterGraph | to be called, and store a reference to the graph manager. Implement a | very bare-bones graph manager (all functions are stubs, and no extra | interfaces are implemented) and give it to the codec on init. `---- The errors that I am getting is: ,---- | loader/dshow/DS_Filter.c:8:19: error: graph.h: No such file or directory | loader/dshow/DS_Filter.c: In function 'DS_FilterCreate': | loader/dshow/DS_Filter.c:129: error: 'FilterGraph' undeclared (first use in this function) | loader/dshow/DS_Filter.c:129: error: (Each undeclared identifier is reported only once | loader/dshow/DS_Filter.c:129: error: for each function it appears in.) | loader/dshow/DS_Filter.c:129: error: 'graph' undeclared (first use in this function) | loader/dshow/DS_Filter.c:130: warning: ISO C90 forbids mixed declarations and code | loader/dshow/DS_Filter.c:206: warning: implicit declaration of function 'FilterGraphCreate' | loader/dshow/DS_Filter.c:219: warning: passing argument 1 of 'enum_pins->vt->Release' from incompatible pointer type | loader/dshow/DS_Filter.c:309: warning: passing argument 1 of 'tempAll->vt->Release' from incompatible pointer type | make: *** [loader/dshow/DS_Filter.o] Error 1 `---- Thanks. Charles -- Linux is obsolete (Andrew Tanenbaum) -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available URL: <http://lists.mplayerhq.hu/pipermail/mplayer-users/attachments/20100308/6ac16434/attachment.pgp>