summaryrefslogtreecommitdiff
path: root/win32/xineplug_inp_cdda.plg
diff options
context:
space:
mode:
authorTim Champagne <tchamp@users.sourceforge.net>2003-05-16 19:08:59 +0000
committerTim Champagne <tchamp@users.sourceforge.net>2003-05-16 19:08:59 +0000
commite467a07a8d36a76e66e009cbb2794e2106e6434f (patch)
tree4f6e919454fba554db9e15f81d8015071632f50e /win32/xineplug_inp_cdda.plg
parent19b954f40ce05dbb781810206de6ca38fa47eb76 (diff)
downloadxine-lib-e467a07a8d36a76e66e009cbb2794e2106e6434f.tar.gz
xine-lib-e467a07a8d36a76e66e009cbb2794e2106e6434f.tar.bz2
The cdda input plugin now builds in the Win32 env. I still need to test this but I'm not quite sure how it is suppose to work
CVS patchset: 4868 CVS date: 2003/05/16 19:08:59
Diffstat (limited to 'win32/xineplug_inp_cdda.plg')
-rwxr-xr-xwin32/xineplug_inp_cdda.plg40
1 files changed, 0 insertions, 40 deletions
diff --git a/win32/xineplug_inp_cdda.plg b/win32/xineplug_inp_cdda.plg
deleted file mode 100755
index 39756f044..000000000
--- a/win32/xineplug_inp_cdda.plg
+++ /dev/null
@@ -1,40 +0,0 @@
-<html>
-<body>
-<pre>
-<h1>Build Log</h1>
-<h3>
---------------------Configuration: xineplug_inp_cdda - Win32 Debug--------------------
-</h3>
-<h3>Command Lines</h3>
-Creating temporary file "C:\DOCUME~1\TCHAMP~2.AME\LOCALS~1\Temp\RSP184.tmp" with contents
-[
-libdvdnav.lib /nologo /dll /incremental:yes /pdb:"Debug/xineplug_inp_cdda.pdb" /debug /machine:I386 /def:".\xineplug_inp.def" /out:"Debug/bin/plugins/xineplug_inp_cdda.so" /implib:"Debug/xineplug_inp_cdda.lib" /pdbtype:sept /libpath:"lib"
-".\Debug\media_helper.obj"
-".\Debug\input_cdda.obj"
-".\Debug\libxine\libxine.lib"
-".\Debug\libxinesuppt\libxinesuppt.lib"
-".\Debug\libxineutils\libxineutils.lib"
-]
-Creating command line "link.exe @C:\DOCUME~1\TCHAMP~2.AME\LOCALS~1\Temp\RSP184.tmp"
-<h3>Output Window</h3>
-Linking...
- Creating library Debug/xineplug_inp_cdda.lib and object Debug/xineplug_inp_cdda.exp
-input_cdda.obj : error LNK2001: unresolved external symbol _gethostbyname@4
-input_cdda.obj : error LNK2001: unresolved external symbol _WSAGetLastError@0
-input_cdda.obj : error LNK2001: unresolved external symbol _connect@12
-input_cdda.obj : error LNK2001: unresolved external symbol _htons@4
-input_cdda.obj : error LNK2001: unresolved external symbol _socket@12
-input_cdda.obj : error LNK2001: unresolved external symbol _select@20
-input_cdda.obj : error LNK2001: unresolved external symbol _recv@16
-input_cdda.obj : error LNK2001: unresolved external symbol _alarm
-input_cdda.obj : error LNK2001: unresolved external symbol _send@16
-Debug/bin/plugins/xineplug_inp_cdda.so : fatal error LNK1120: 9 unresolved externals
-Error executing link.exe.
-
-
-
-<h3>Results</h3>
-xineplug_inp_cdda.so - 10 error(s), 0 warning(s)
-</pre>
-</body>
-</html>