intonormal / pyffmpeg

Automatically exported from code.google.com/p/pyffmpeg
1 stars 0 forks source link

Forgot about numpy import result on line 87 #25

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
setup.py build

What version of the product are you using? On what operating system?
0.2.0 newversion_beta, MacOSX 10.6.4

Please provide any additional information below.
At the beginning of the setup.py you made a check on NumPy, but on line 87:
"incdir = [ path_join(ffmpegpath, 'include'), "/usr/include/ffmpeg" , 
"./include" ] + nd.get_numpy_include_dirs()"
you use "nd" whatever import was

Original issue reported on code.google.com by sumkin.s...@gmail.com on 7 Aug 2010 at 2:57

GoogleCodeExporter commented 8 years ago

Original comment by martin.h...@gmail.com on 17 Mar 2011 at 11:46