diff options
author | sr55 <[email protected]> | 2010-02-06 21:09:29 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-02-06 21:09:29 +0000 |
commit | ac797923ab0fe26b3ba79d2f4b96f957ddf44bf4 (patch) | |
tree | ba316fc6160c57b104cb5a22cac47fa2984e366f /test | |
parent | 138f6356d1436a103337fa6cd4b299c8f252f737 (diff) |
libhb dll fix by RandomEngy
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3101 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test')
-rw-r--r-- | test/test.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/test.c b/test/test.c index 6355746d4..ad4ea514a 100644 --- a/test/test.c +++ b/test/test.c @@ -187,11 +187,6 @@ int main( int argc, char ** argv ) return 1; } -#if defined( PTW32_STATIC_LIB ) - pthread_win32_process_attach_np(); - pthread_win32_thread_attach_np(); -#endif - /* Register our error handler */ hb_register_error_handler(&hb_cli_error_handler); |