npapi-vlc | branch: master | Sergey Radionov <[email protected]> | Tue Jan 10 18:21:45 2012 +0700| [f064952584433d2c808df8d2ca640c962f3e37cb] | committer: Jean-Baptiste Kempf
Add new file vlc_player_options to VC2008 projects Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=f064952584433d2c808df8d2ca640c962f3e37cb --- build/vc2008/ActiveX/axvlc.vcproj | 4 ++++ build/vc2008/npapi/npvlc.vcproj | 4 ++++ 2 files changed, 8 insertions(+), 0 deletions(-) diff --git a/build/vc2008/ActiveX/axvlc.vcproj b/build/vc2008/ActiveX/axvlc.vcproj index 01661a8..373d0d8 100644 --- a/build/vc2008/ActiveX/axvlc.vcproj +++ b/build/vc2008/ActiveX/axvlc.vcproj @@ -329,6 +329,10 @@ > </File> <File + RelativePath="..\..\..\common\vlc_player_options.h" + > + </File> + <File RelativePath="..\..\..\activex\vlccontrol.h" > </File> diff --git a/build/vc2008/npapi/npvlc.vcproj b/build/vc2008/npapi/npvlc.vcproj index c778f55..5e93759 100644 --- a/build/vc2008/npapi/npvlc.vcproj +++ b/build/vc2008/npapi/npvlc.vcproj @@ -229,6 +229,10 @@ > </File> <File + RelativePath="..\..\..\common\vlc_player_options.h" + > + </File> + <File RelativePath="..\..\..\npapi\vlcplugin_base.h" > </File> _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
