I just checked out r30879 and compiled with no problem. Would you try r30879 instead? By the way, what options did you pass to "./configure"? Regards, Zane 2010/3/8 Charles Philip Chan <cpchan at sympatico.ca> > 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) > > _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users >